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

◆ Remove() [1/4]

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

Definition at line 297 of file JsonObject.cs.

298 {
299 return Remove(item.Key);
300 }
bool Remove(string propertyName)

References System.item, and System.Text.Json.Nodes.JsonObject.Remove().