2 overrides of ValueAs
System.Xml (2)
System\Xml\Schema\XmlAtomicValue.cs (1)
293
public override object
ValueAs
(Type type, IXmlNamespaceResolver nsResolver) {
System\Xml\XPath\XPathNavigator.cs (1)
307
public override object
ValueAs
(Type returnType, IXmlNamespaceResolver nsResolver) {
1 reference to ValueAs
System.Xml (1)
System\Xml\XPath\XPathItem.cs (1)
37
public virtual object ValueAs(Type returnType) { return
ValueAs
(returnType, null); }