2 writes to elementName
System.Xml (2)
System\Xml\Serialization\XmlArrayAttribute.cs (2)
37
this.
elementName
= elementName;
46
set {
elementName
= value; }
2 references to elementName
System.Xml (2)
System\Xml\Serialization\XmlArrayAttribute.cs (2)
45
get { return
elementName
== null ? string.Empty :
elementName
; }