XmlAnyElementAttributes.RemoveAt Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Removes an XmlAnyElementAttribute item at a specified index from the collection.
Assembly: System.Xml.Serialization (in System.Xml.Serialization.dll)
Parameters
- index
- Type: System.Int32
The zero-based index of the item to remove.
Implements
IList.RemoveAt(Int32)
Show: