<PackageReference Include="System.Xml.XmlSerializer" Version="4.0.10" />

XmlArrayItemAttributes

public int Count { get; }

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

public int Add(XmlArrayItemAttribute attribute)

public void Clear()

public bool Contains(XmlArrayItemAttribute attribute)

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

public int IndexOf(XmlArrayItemAttribute attribute)

public void Insert(int index, XmlArrayItemAttribute attribute)

public void Remove(XmlArrayItemAttribute attribute)

public void RemoveAt(int index)