ReadOnlyMultiDictionaryBaseTKey, TValueEnumerateKeys Method |
Enumerate all the keys in the dictionary. This method must be overridden by a derived
class.
Namespace: X3Platform.CollectionsAssembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntaxprotected abstract IEnumerator<TKey> EnumerateKeys()
protected:
virtual IEnumerator<TKey>^ EnumerateKeys() abstract
Return Value
Type:
IEnumeratorTKeyAn IEnumerator<TKey> that enumerates all of the keys in the collection that
have at least one value associated with them.
See Also