XmlArrayItemAttributes.Remove Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Removes a specified XmlArrayItemAttribute from the collection, if it is present.
Assembly: System.Xml.Serialization (in System.Xml.Serialization.dll)
Parameters
- attribute
- Type: System.Xml.Serialization.XmlArrayItemAttribute
The XmlArrayItemAttribute to remove.
Show: