ArchivableDictionaryGetEnumerator Method |
Gets the enumerator of this dictionary.
Namespace:
Rhino.Collections
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntaxpublic IEnumerator<KeyValuePair<string, Object>> GetEnumerator()
Public Function GetEnumerator As IEnumerator(Of KeyValuePair(Of String, Object))
Return Value
Type:
IEnumeratorKeyValuePairString,
ObjectA
IEnumeratorT, where T is an instance of
KeyValuePairTKey, TValue, with T0 set as string, and T1 as System.Object.
Implements
IEnumerableTGetEnumerator
See Also