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

◆ ContainsKey()

bool System.Text.Json.JsonPropertyDictionary< T >.ContainsKey ( string propertyName)
inline

Definition at line 229 of file JsonPropertyDictionary.cs.

230 {
231 if (propertyName == null)
232 {
233 throw new ArgumentNullException("propertyName");
234 }
236 }

References System.Text.Json.JsonPropertyDictionary< T >.ContainsProperty().