<PackageReference Include="System.Xml.XmlSerializer" Version="4.0.11-beta-23409" />

XmlAnyElementAttributes

Represents a collection of XmlAnyElementAttribute objects.
public int Count { get; }

Gets the number of elements contained in the CollectionBase instance.

public XmlAnyElementAttribute this[int index] { get; set; }

Gets or sets the XmlAnyElementAttribute at the specified index.

Initializes a new instance of the XmlAnyElementAttributes class.

public int Add(XmlAnyElementAttribute attribute)

Adds an XmlAnyElementAttribute to the collection.

public void Clear()

Removes all objects from the CollectionBaseinstance. This method cannot be overridden.

public bool Contains(XmlAnyElementAttribute attribute)

Gets a value that indicates whether the specified XmlAnyElementAttribute exists in the collection.

public void CopyTo(XmlAnyElementAttribute[] array, int index)

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.

public int IndexOf(XmlAnyElementAttribute attribute)

Gets the index of the specified XmlAnyElementAttribute.

public void Insert(int index, XmlAnyElementAttribute attribute)

Inserts an XmlAnyElementAttribute into the collection at the specified index.

public void Remove(XmlAnyElementAttribute attribute)

Removes the specified XmlAnyElementAttribute from the collection.

public void RemoveAt(int index)

Removes the element at the specified index of the CollectionBaseinstance. This method cannot be overridden.