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

◆ Add()

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

Definition at line 95 of file JsonPropertyDictionary.cs.

96 {
97 throw ThrowHelper.NotSupportedException_NodeCollectionIsReadOnly();
98 }

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