Base:
property
ValueType
System.Xml.Schema.XmlSchemaDatatype.ValueType
1 override of ValueType
System.Private.Xml (1)
System\Xml\Schema\DataTypeImplementation.cs (1)
1357
public override Type
ValueType
{ get { return typeof(string); } }
3 references to ValueType
System.Private.Xml (3)
System\Xml\Schema\DataTypeImplementation.cs (3)
583
if (value.GetType() != this.
ValueType
)
585
valueToCheck = this.ValueConverter.ChangeType(value, this.
ValueType
, namespaceResolver);
1128
Debug.Assert(_itemType.ListValueType.GetElementType() == _itemType.
ValueType
);