XmlArrayItemAttributes
Represents a collection of XmlArrayItemAttribute objects.
Gets the number of elements contained in the XmlArrayItemAttributes.
Gets or sets the item at the specified index.
public XmlArrayItemAttributes()
Initializes a new instance of the XmlArrayItemAttributes class.
Adds an XmlArrayItemAttribute to the collection.
Removes all elements from the XmlArrayItemAttributes.
Determines whether the collection contains the specified XmlArrayItemAttribute.
Copies an XmlArrayItemAttribute array to the collection, starting at a specified target index.
Returns an enumerator for the entire XmlArrayItemAttributes.
Returns the zero-based index of the first occurrence of the specified XmlArrayItemAttribute in the collection or -1 if the attribute is not found in the collection.
Inserts an XmlArrayItemAttribute into the collection at the specified index.
Removes an XmlArrayItemAttribute from the collection, if it is present.
Removes the XmlArrayItemAttributes item at the specified index.