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

Public Member Functions

 ValueCollection (JsonPropertyDictionary< T > jsonObject)
 
void Add (T jsonNode)
 
void Clear ()
 
bool Contains (T jsonNode)
 
void CopyTo (T[] nodeArray, int index)
 
IEnumerator< TGetEnumerator ()
 
void CopyTo (Array array, int index)
 

Properties

int Count [get]
 
bool IsReadOnly [get]
 
object SyncRoot [get]
 
bool IsSynchronized [get]
 

Private Member Functions

IEnumerator IEnumerable. GetEnumerator ()
 
bool ICollection< T >. Remove (T node)
 

Private Attributes

readonly JsonPropertyDictionary< T_parent
 

Detailed Description

Definition at line 74 of file JsonPropertyDictionary.cs.


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