Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Text.Json.JsonPropertyDictionary< T >.KeyCollection Class Referencesealed

Public Member Functions

 KeyCollection (JsonPropertyDictionary< T > jsonObject)
 
void Add (string propertyName)
 
void Clear ()
 
bool Contains (string propertyName)
 
void CopyTo (string[] propertyNameArray, int index)
 
IEnumerator< stringGetEnumerator ()
 
void Add (T item)
 
bool Contains (T item)
 
void CopyTo (T[] array, int arrayIndex)
 
bool Remove (T item)
 

Properties

int Count [get]
 
bool IsReadOnly [get]
 

Private Member Functions

IEnumerator IEnumerable. GetEnumerator ()
 
bool ICollection< string >. Remove (string propertyName)
 

Private Attributes

readonly JsonPropertyDictionary< T_parent
 

Detailed Description

Definition at line 8 of file JsonPropertyDictionary.cs.


The documentation for this class was generated from the following file: