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

◆ Operand() [1/2]

MS.Internal.Xml.XPath.Operand.Operand ( string val)
inline

Definition at line 17 of file Operand.cs.

18 {
19 _type = XPathResultType.String;
20 _val = val;
21 }
readonly object _val
Definition Operand.cs:9
readonly XPathResultType _type
Definition Operand.cs:7

References MS.Internal.Xml.XPath.Operand._type, and MS.Internal.Xml.XPath.Operand._val.