| 
    Terraria v1.4.4.9
    
   Terraria source code documentation 
   | 
 
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< WeakReference > | GetTransitionList (int hashCode) | 
| int | GetValueIndexCaseInsensitive (string name, ExpandoObject obj) | 
Private Attributes | |
| readonly string[] | _keys | 
| readonly int | _hashCode | 
| Dictionary< int, List< WeakReference > > | _transitions | 
Definition at line 5 of file ExpandoClass.cs.