System.Xml.Serialization.XmlAnyElementAttributes: Method Members

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

See Also: Inherited members from System.Collections.CollectionBase

Public Methods

Add(XmlAnyElementAttribute) : int

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

Contains(XmlAnyElementAttribute) : bool

Gets a value that indicates whether the specified System.Xml.Serialization.XmlAnyElementAttribute exists in the collection.

CopyTo(XmlAnyElementAttribute[], int)

Copies the entire collection to a compatible one-dimensional array of System.Xml.Serialization.XmlElementAttribute objects, starting at the specified index of the target array.

IndexOf(XmlAnyElementAttribute) : int

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

Insert(int, XmlAnyElementAttribute)

Inserts an System.Xml.Serialization.XmlAnyElementAttribute into the collection at the specified index.

Remove(XmlAnyElementAttribute)

Removes the specified System.Xml.Serialization.XmlAnyElementAttribute from the collection.