XmlAnyElementAttributes
Represents a collection of XmlAnyElementAttribute objects.
Gets the number of elements contained in the CollectionBase instance.
Gets or sets the XmlAnyElementAttribute at the specified index.
public XmlAnyElementAttributes()
Initializes a new instance of the XmlAnyElementAttributes class.
Adds an XmlAnyElementAttribute to the collection.
Removes all objects from the CollectionBaseinstance. This method cannot be overridden.
Gets a value that indicates whether the specified XmlAnyElementAttribute exists in the collection.
Copies the entire collection to a compatible one-dimensional array of XmlElementAttribute objects, starting at the specified index of the target array.
Returns an enumerator that iterates through the CollectionBaseinstance.
Gets the index of the specified XmlAnyElementAttribute.
Inserts an XmlAnyElementAttribute into the collection at the specified index.
Removes the specified XmlAnyElementAttribute from the collection.
Removes the element at the specified index of the CollectionBaseinstance. This method cannot be overridden.