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

◆ ArgumentPosition

int System.Xml.Xsl.IlGen.XmlILAnnotation.ArgumentPosition
getset

Definition at line 32 of file XmlILAnnotation.cs.

33 {
34 get
35 {
36 return _argPos;
37 }
38 set
39 {
40 _argPos = value;
41 }
42 }