IList.Remove Method

XmlAnyElementAttributes.IList.Remove Method

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Removes the first occurrence of a specific object from the list.

Namespace:  System.Xml.Serialization
Assembly:  System.Xml.Serialization (in System.Xml.Serialization.dll)

void IList.Remove(
	Object value
)

Parameters

value
Type: System.Object
The object to remove from the list.

Implements

IList.Remove(Object)

If value is not found in the list, the method does nothing; no exception is thrown.

Note that when an interface method is explicitly implemented, it is no longer visible as a public member of the class. The only way to access it is through the interface.

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Windows Phone

Show:
© 2017 Microsoft