<PackageReference Include="System.Xml.XmlDocument" Version="4.0.0" />

XmlAttributeCollection

public XmlAttribute this[int i] { get; }

public XmlAttribute this[string name] { get; }

public XmlAttribute this[string localName, string namespaceURI] { get; }

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

public void RemoveAll()

public XmlAttribute RemoveAt(int i)