Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ Current [1/2]

KeyValuePair<TKey, TValue> System.Collections.Immutable.ImmutableDictionary< TKey, TValue >.Enumerator.Current
get

Implements System.Collections.IEnumerator.

Definition at line 563 of file ImmutableDictionary.cs.

564 {
565 get
566 {
567 _mapEnumerator.ThrowIfDisposed();
568 return _bucketEnumerator.Current;
569 }
570 }
SortedInt32KeyNode< HashBucket >.Enumerator _mapEnumerator