Click or drag to resize

DataDictionaryTKey, TValueGetEnumerator Method

Returns an IDictionaryEnumerator object for the IDictionary object.

Namespace:  Slash.Unity.DataBind.Core.Data
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public override IDictionaryEnumerator GetEnumerator()

Return Value

Type: IDictionaryEnumerator
An IDictionaryEnumerator object for the IDictionary object.

Implements

IDictionaryGetEnumerator
See Also