Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ ConstructMethod

XmlILConstructMethod System.Xml.Xsl.IlGen.XmlILConstructInfo.ConstructMethod
getset

Definition at line 78 of file XmlILConstructInfo.cs.

79 {
80 get
81 {
82 return _constrMeth;
83 }
84 set
85 {
87 }
88 }