Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
EarlyBoundInfo (string namespaceUri, [DynamicallyAccessedMembers(DynamicallyAccessedMemberTypes.PublicParameterlessConstructor)] Type ebType) | |
object | CreateObject () |
override bool | Equals (object obj) |
override int | GetHashCode () |
Properties | |
string | NamespaceUri [get] |
Type | EarlyBoundType [get] |
Private Attributes | |
readonly string | _namespaceUri |
readonly ConstructorInfo | _constrInfo |
readonly Type | _ebType |
Definition at line 6 of file EarlyBoundInfo.cs.