Method GetEnumerator
GetEnumerator()
Returns an enumerator that iterates through the collection.
Declaration
public LurchTable<TKey, TValue>.Enumerator GetEnumerator()
Returns
Type | Description |
---|---|
LurchTable.Enumerator<> |
Returns an enumerator that iterates through the collection.
public LurchTable<TKey, TValue>.Enumerator GetEnumerator()
Type | Description |
---|---|
LurchTable.Enumerator<> |