XmlElementAttributes
Represents a collection of XmlElementAttribute objects used by the XmlSerializer to override the default way it serializes a class.
Gets the number of elements contained in the XmlElementAttributes.
Gets or sets the element at the specified index.
public XmlElementAttributes()
Initializes a new instance of the XmlElementAttributes class.
Adds an XmlElementAttribute to the collection.
Removes all elements from the XmlElementAttributes.
Determines whether the collection contains the specified object.
Copies the XmlElementAttributes, or a portion of it to a one-dimensional array.
Returns an enumerator for the entire XmlElementAttributes.
Gets the index of the specified XmlElementAttribute.
Inserts an XmlElementAttribute into the collection.
Removes the specified object from the collection.
Removes the XmlElementAttributes item at the specified index.