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

◆ Values [1/3]

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

Definition at line 1001 of file ImmutableDictionary.cs.

1002 {
1003 get
1004 {
1006 {
1007 foreach (KeyValuePair<TKey, TValue> item2 in item.Value)
1008 {
1009 yield return item2.Value;
1010 }
1011 }
1012 }
1013 }
readonly SortedInt32KeyNode< HashBucket > _root