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

◆ ValueAs() [1/2]

virtual object System.Xml.XPath.XPathItem.ValueAs ( Type returnType)
inlinevirtualinherited

Definition at line 27 of file XPathItem.cs.

28 {
29 return ValueAs(returnType, null);
30 }
virtual object ValueAs(Type returnType)
Definition XPathItem.cs:27

References System.Xml.Dictionary, and System.Xml.XPath.XPathItem.ValueAs().

Referenced by System.Xml.XPath.XPathItem.ValueAs().