Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Dynamic.ExpandoObject.KeyCollection Class Referencesealed

Public Member Functions

void Add (string item)
 
void Clear ()
 
bool Contains (string item)
 
void CopyTo (string[] array, int arrayIndex)
 
bool Remove (string item)
 
IEnumerator< stringGetEnumerator ()
 
void Add (T item)
 
bool Contains (T item)
 
void CopyTo (T[] array, int arrayIndex)
 
bool Remove (T item)
 

Package Functions

 KeyCollection (ExpandoObject expando)
 

Properties

int Count [get]
 
bool IsReadOnly [get]
 

Private Member Functions

void CheckVersion ()
 
IEnumerator IEnumerable. GetEnumerator ()
 

Private Attributes

readonly ExpandoObject _expando
 
readonly int _expandoVersion
 
readonly int _expandoCount
 
readonly ExpandoData _expandoData
 

Detailed Description

Definition at line 38 of file ExpandoObject.cs.


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