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

◆ Keys [1/3]

Implements System.Collections.Generic.IReadOnlyDictionary< TKey, TValue >.

Definition at line 987 of file ImmutableDictionary.cs.

988 {
989 get
990 {
992 {
993 foreach (KeyValuePair<TKey, TValue> item2 in item.Value)
994 {
995 yield return item2.Key;
996 }
997 }
998 }
999 }
readonly SortedInt32KeyNode< HashBucket > _root