Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 2.14 KB

EntityMap_TKey_.KeyEnumerable.md

File metadata and controls

28 lines (20 loc) · 2.14 KB

EntityMap.KeyEnumerable Struct

Allows to enumerate the TKey of a EntityMap<TKey>.

public readonly struct EntityMap<TKey>.KeyEnumerable :
System.Collections.Generic.IEnumerable<TKey>,
System.Collections.IEnumerable

Type parameters

TKey

Implements System.Collections.Generic.IEnumerable<TKey>, System.Collections.IEnumerable

Methods
GetEnumerator() Returns an enumerator that iterates through the collection.
Explicit Interface Implementations
System.Collections.Generic.IEnumerable<TKey>.GetEnumerator() Returns an enumerator that iterates through the collection.
System.Collections.IEnumerable.GetEnumerator() Returns an enumerator that iterates through the collection.