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

◆ this[TKey key] [2/2]

TValue IDictionary<TKey, TValue>. System.Collections.Immutable.ImmutableSortedDictionary< TKey, TValue >.this[TKey key]
getsetprivate

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

Definition at line 1070 of file ImmutableSortedDictionary.cs.

1071 {
1072 get
1073 {
1074 return this[key];
1075 }
1076 set
1077 {
1078 throw new NotSupportedException();
1079 }
1080 }