ReadOnlyDictionary<TKey, TValue>.IDictionary.GetEnumerator method
Namespace: Microsoft.SharePoint.Taxonomy.Generic
Assembly: Microsoft.SharePoint.Taxonomy (in Microsoft.SharePoint.Taxonomy.dll)
Syntax
'Declaration
Private Function GetEnumerator As IDictionaryEnumerator
Implements IDictionary.GetEnumerator
'Usage
Dim instance As ReadOnlyDictionary
Dim returnValue As IDictionaryEnumerator
returnValue = CType(instance, IDictionary).GetEnumerator()
IDictionaryEnumeratorIDictionary.GetEnumerator()
Return value
Type: System.Collections.IDictionaryEnumerator
Implements
See also
Reference
ReadOnlyDictionary<TKey, TValue> class