Base:
property
ValueType
System.Xml.XPath.XPathItem.ValueType
6 references to ValueType
System.Private.Xml (6)
System\Xml\Schema\XmlAtomicValue.cs (6)
226case TypeCode.Boolean: return valueConverter.ChangeType(_unionVal.boolVal, ValueType); 227case TypeCode.Int32: return valueConverter.ChangeType(_unionVal.i32Val, ValueType); 228case TypeCode.Int64: return valueConverter.ChangeType(_unionVal.i64Val, ValueType); 229case TypeCode.Double: return valueConverter.ChangeType(_unionVal.dblVal, ValueType); 230case TypeCode.DateTime: return valueConverter.ChangeType(_unionVal.dtVal, ValueType); 234return valueConverter.ChangeType(_objVal, ValueType, _nsPrefix);