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

◆ Clear()

void System.Text.Json.JsonPropertyDictionary< T >.ValueCollection.Clear ( )
inline

Definition at line 100 of file JsonPropertyDictionary.cs.

101 {
102 throw ThrowHelper.NotSupportedException_NodeCollectionIsReadOnly();
103 }

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