Terraria v1.4.4.9
Terraria source code documentation
All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Events Macros

◆ Add() [1/2]

void System.Text.Json.JsonPropertyDictionary< T >.KeyCollection.Add ( string propertyName)
inline

Definition at line 29 of file JsonPropertyDictionary.cs.

30 {
31 throw ThrowHelper.NotSupportedException_NodeCollectionIsReadOnly();
32 }

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