System.Xml.Serialization.XmlElementAttributes: Method Members

The methods of System.Xml.Serialization.XmlElementAttributes are listed below. For a list of all members, see the XmlElementAttributes Members list.

See Also: Inherited members from System.Collections.CollectionBase

Public Methods

Add(XmlElementAttribute) : int

Adds an System.Xml.Serialization.XmlElementAttribute to the collection.

Contains(XmlElementAttribute) : bool

Determines whether the collection contains the specified object.

CopyTo(XmlElementAttribute[], int)

Copies the System.Xml.Serialization.XmlElementAttributes, or a portion of it to a one-dimensional array.

IndexOf(XmlElementAttribute) : int

Gets the index of the specified System.Xml.Serialization.XmlElementAttribute.

Insert(int, XmlElementAttribute)

Inserts an System.Xml.Serialization.XmlElementAttribute into the collection.

Remove(XmlElementAttribute)

Removes the specified object from the collection.