Share via


ReadOnlyDictionary<TKey, TValue>.GetEnumerator method

Namespace:  Microsoft.SharePoint.BusinessData.Infrastructure.Collections
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Function GetEnumerator As IEnumerator(Of KeyValuePair(Of TKey, TValue))
'Usage
Dim instance As ReadOnlyDictionary
Dim returnValue As IEnumerator(Of KeyValuePair(Of TKey, TValue))

returnValue = instance.GetEnumerator()
public IEnumerator<KeyValuePair<TKey, TValue>> GetEnumerator()

Return value

Type: System.Collections.Generic.IEnumerator<KeyValuePair<TKey, TValue>>

See also

Reference

ReadOnlyDictionary<TKey, TValue> class

ReadOnlyDictionary<TKey, TValue> members

Microsoft.SharePoint.BusinessData.Infrastructure.Collections namespace