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 value) public void Clear() public bool Contains(XmlArrayItemAttribute value) public void CopyTo(XmlArrayItemAttribute[] array, int index) public IEnumerator GetEnumerator() public int IndexOf(XmlArrayItemAttribute value) public void Insert(int index, XmlArrayItemAttribute value) public void Remove(XmlArrayItemAttribute value) public void RemoveAt(int index)