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

◆ Remove()

bool ICollection< T >. System.Text.Json.JsonPropertyDictionary< T >.ValueCollection.Remove ( T node)
inlineprivate

Definition at line 134 of file JsonPropertyDictionary.cs.

135 {
136 throw ThrowHelper.NotSupportedException_NodeCollectionIsReadOnly();
137 }

References System.Text.Json.ThrowHelper.NotSupportedException_NodeCollectionIsReadOnly().