ArchivableDictionary.GetEnumerator Method

ArchivableDictionaryGetEnumerator Method

Gets the enumerator of this dictionary.

Namespace:  Rhino.Collections
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public IEnumerator<KeyValuePair<string, Object>> GetEnumerator()
Public Function GetEnumerator As IEnumerator(Of KeyValuePair(Of String, Object))

Return Value

Type: IEnumeratorKeyValuePairString, Object
A IEnumeratorT, where T is an instance of KeyValuePairTKey, TValue, with T0 set as string, and T1 as Syste.Object.

Implements

IEnumerableTGetEnumerator
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.14
See Also