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

◆ Contains() [1/2]

bool ICollection< KeyValuePair< string, JsonNode > >. System.Text.Json.Nodes.JsonObject.Contains ( KeyValuePair< string, JsonNode > item)
inlineprivate

Definition at line 279 of file JsonObject.cs.

280 {
282 return _dictionary.Contains(item);
283 }
bool ICollection< KeyValuePair< TKey, TValue > >. Contains(KeyValuePair< TKey, TValue > keyValuePair)
JsonPropertyDictionary< JsonNode > _dictionary
Definition JsonObject.cs:80

References System.Text.Json.Nodes.JsonObject._dictionary, System.Collections.Generic.Dictionary< TKey, TValue >.Contains(), System.Text.Json.Nodes.JsonObject.InitializeIfRequired(), and System.item.