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