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

◆ ParentElementInfo

XmlILConstructInfo System.Xml.Xsl.IlGen.XmlILConstructInfo.ParentElementInfo
get

Definition at line 154 of file XmlILConstructInfo.cs.

155 {
156 get
157 {
158 if (_parentInfo != null && _parentInfo._nodeType == QilNodeType.ElementCtor)
159 {
160 return _parentInfo;
161 }
162 return null;
163 }
164 }