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

XmlElementAttributes

public int Count { get; }

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

public int Add(XmlElementAttribute attribute)

public void Clear()

public bool Contains(XmlElementAttribute attribute)

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

public int IndexOf(XmlElementAttribute attribute)

public void Insert(int index, XmlElementAttribute attribute)

public void Remove(XmlElementAttribute attribute)

public void RemoveAt(int index)