System.Xml.Serialization.XmlArrayItemAttributes Members

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

See Also: Inherited members from System.Collections.CollectionBase

Public Constructors

Public Properties

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

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.