Method GetEnumerator
| Improve this Doc View SourceGetEnumerator()
Gets the enumerator of this dictionary.
Declaration
public IEnumerator<KeyValuePair<Column, object>> GetEnumerator()
Returns
Type | Description |
---|---|
System.Collections.Generic.IEnumerator<System.Collections.Generic.KeyValuePair<Column, System.Object>> |
Implements
System.Collections.Generic.IEnumerable<T>.GetEnumerator()