MultiDictionaryTKey, TValueEnumerateKeys Method |
Enumerate all the keys in the dictionary.
Namespace: X3Platform.CollectionsAssembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntaxprotected override sealed IEnumerator<TKey> EnumerateKeys()
protected:
virtual IEnumerator<TKey>^ EnumerateKeys() override sealed
Return Value
Type:
IEnumeratorTKeyAn IEnumerator<TKey> that enumerates all of the keys in the dictionary that
have at least one value associated with them.
See Also