System.Xml.Serialization.XmlArrayItemAttributes: Method Members

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

See Also: Inherited members from System.Collections.CollectionBase

Public Methods

Add(XmlArrayItemAttribute) : int

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

Contains(XmlArrayItemAttribute) : bool

Determines whether the collection contains the specified System.Xml.Serialization.XmlArrayItemAttribute.

CopyTo(XmlArrayItemAttribute[], int)

Copies an System.Xml.Serialization.XmlArrayItemAttribute array to the collection, starting at a specified target index.

IndexOf(XmlArrayItemAttribute) : int

Returns the zero-based index of the first occurrence of the specified System.Xml.Serialization.XmlArrayItemAttribute in the collection or -1 if the attribute is not found in the collection.

Insert(int, XmlArrayItemAttribute)

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

Remove(XmlArrayItemAttribute)

Removes an System.Xml.Serialization.XmlArrayItemAttribute from the collection, if it is present.