<PackageReference Include="System.Xml.XmlDocument" Version="4.3.0-preview1-24530-04" />

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)