1 write to dataType
System.Xml (1)
System\Xml\Serialization\XmlArrayItemAttribute.cs (1)
99
set {
dataType
= value; }
2 references to dataType
System.Xml (2)
System\Xml\Serialization\XmlArrayItemAttribute.cs (2)
98
get { return
dataType
== null ? string.Empty :
dataType
; }