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