Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
bool | ContainsKey (string key) |
bool | TryGetValue (string key, [MaybeNullWhen(false)] out Type value) |
Properties | |
Type | this[string key] [get, set] |
ICollection< string > | Keys [get] |
int | Count [get] |
Private Attributes | |
readonly Dictionary< string, Type > | _backingDictionary = new Dictionary<string, Type>() |
Definition at line 10 of file Scripts.cs.