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

Package Functions

 ExpandoClass ()
 
 ExpandoClass (string[] keys, int hashCode)
 
ExpandoClass FindNewClass (string newKey)
 
int GetValueIndex (string name, bool caseInsensitive, ExpandoObject obj)
 
int GetValueIndexCaseSensitive (string name)
 

Static Package Attributes

static readonly ExpandoClass Empty = new ExpandoClass()
 

Properties

string[] Keys [get]
 

Private Member Functions

List< WeakReferenceGetTransitionList (int hashCode)
 
int GetValueIndexCaseInsensitive (string name, ExpandoObject obj)
 

Private Attributes

readonly string[] _keys
 
readonly int _hashCode
 
Dictionary< int, List< WeakReference > > _transitions
 

Detailed Description

Definition at line 5 of file ExpandoClass.cs.


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