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

◆ Remove() [1/2]

bool ICollection< string >. System.Text.Json.JsonPropertyDictionary< T >.KeyCollection.Remove ( string propertyName)
inlineprivate

Definition at line 68 of file JsonPropertyDictionary.cs.

69 {
70 throw ThrowHelper.NotSupportedException_NodeCollectionIsReadOnly();
71 }

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