Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Xml.Xsl.IlGen.XmlILConstructors Class Reference

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)
 

Detailed Description

Definition at line 7 of file XmlILConstructors.cs.


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