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

XmlAnyElementAttributes

public int Count { get; }

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

public int Add(XmlAnyElementAttribute value)

public void Clear()

public bool Contains(XmlAnyElementAttribute value)

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

public int IndexOf(XmlAnyElementAttribute value)

public void Insert(int index, XmlAnyElementAttribute value)

public void Remove(XmlAnyElementAttribute value)

public void RemoveAt(int index)