Share via


ReadOnlyDictionary<TKey, TValue>.IEnumerable.GetEnumerator method

Gets the enumerator.

Namespace:  Microsoft.SharePoint.Taxonomy.Generic
Assembly:  Microsoft.SharePoint.Taxonomy (in Microsoft.SharePoint.Taxonomy.dll)

Syntax

'Declaration
<PermissionSetAttribute(SecurityAction.Demand, Name := "FullTrust")> _
Private Function GetEnumerator As IEnumerator
    Implements IEnumerable.GetEnumerator
'Usage
Dim instance As ReadOnlyDictionary
Dim returnValue As IEnumerator

returnValue = CType(instance, IEnumerable).GetEnumerator()
[PermissionSetAttribute(SecurityAction.Demand, Name = "FullTrust")]
IEnumeratorIEnumerable.GetEnumerator()

Return value

Type: System.Collections.IEnumerator
Returns IEnumerator.

Implements

IEnumerable.GetEnumerator()

See also

Reference

ReadOnlyDictionary<TKey, TValue> class

ReadOnlyDictionary<TKey, TValue> members

Microsoft.SharePoint.Taxonomy.Generic namespace