System.Xml.Serialization.XmlAnyElementAttributes Members

The members of System.Xml.Serialization.XmlAnyElementAttributes are listed below.

See Also: Inherited members from System.Collections.CollectionBase

Public Constructors

Public Properties

default property
Item(int)XmlAnyElementAttribute. Documentation for this section has not yet been entered.

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.