XmlArrayItemAttributes public class XmlArrayItemAttributes : IList, ICollection, IEnumerable Documentation public int Count { get; } public XmlArrayItemAttribute this[int index] { get; set; } public XmlArrayItemAttributes() public int Add(XmlArrayItemAttribute attribute) public void Clear() public bool Contains(XmlArrayItemAttribute attribute) public void CopyTo(XmlArrayItemAttribute[] array, int index) public IEnumerator GetEnumerator() public int IndexOf(XmlArrayItemAttribute attribute) public void Insert(int index, XmlArrayItemAttribute attribute) public void Remove(XmlArrayItemAttribute attribute) public void RemoveAt(int index)