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

◆ this[TKey key] [1/2]

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

Definition at line 1057 of file ImmutableSortedDictionary.cs.

1058 {
1059 get
1060 {
1061 Requires.NotNullAllowStructs(key, "key");
1062 if (TryGetValue(key, out var value))
1063 {
1064 return value;
1065 }
1067 }
1068 }
bool TryGetValue(TKey key, [MaybeNullWhen(false)] out TValue value)
static string Format(string resourceFormat, object p1)
Definition SR.cs:118
static string Arg_KeyNotFoundWithKey
Definition SR.cs:94
Definition SR.cs:7