Terraria v1.4.4.9
Terraria source code documentation
|
Static Public Attributes | |
static readonly ConstructorInfo | DecFromParts |
static readonly ConstructorInfo | DecFromInt32 = typeof(decimal).GetConstructor(new Type[1] { typeof(int) }) |
static readonly ConstructorInfo | DecFromInt64 = typeof(decimal).GetConstructor(new Type[1] { typeof(long) }) |
static readonly ConstructorInfo | Debuggable = typeof(DebuggableAttribute).GetConstructor(new Type[1] { typeof(DebuggableAttribute.DebuggingModes) }) |
static readonly ConstructorInfo | NonUserCode = typeof(DebuggerNonUserCodeAttribute).GetConstructor(Type.EmptyTypes) |
static readonly ConstructorInfo | QName |
static readonly ConstructorInfo | StepThrough = typeof(DebuggerStepThroughAttribute).GetConstructor(Type.EmptyTypes) |
static readonly ConstructorInfo | Transparent = typeof(SecurityTransparentAttribute).GetConstructor(Type.EmptyTypes) |
Definition at line 7 of file XmlILConstructors.cs.