Base:
property
ValueType
System.Xml.Schema.Datatype_anySimpleType.ValueType
2 overrides of ValueType
System.Private.Xml (2)
System\Xml\Schema\DataTypeImplementation.cs (2)
3224
public override Type
ValueType
{ get { return typeof(long); } }
3473
public override Type
ValueType
{ get { return typeof(ulong); } }