Show / Hide Table of Contents

Method GetEnumerator

| Improve this Doc View Source

GetEnumerator()

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()
  • Improve this Doc
  • View Source
Back to top Copyright © Weifen Luo | DevZest