Base:
property
ListValueType
System.Xml.Schema.Datatype_anySimpleType.ListValueType
2 references to ListValueType
System.Xml (2)
System\Xml\Schema\DataTypeImplementation.cs (2)
905
public override Type ValueType { get { return
ListValueType
; }}
1023
Debug.Assert(array.GetType() ==
ListValueType
);