<PackageReference Include="NETStandard.Library" Version="2.0.0" />

System.Xml.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)