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