IList.Add Method

XmlElementAttributes.IList.Add Method

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

Adds an item to the attribute list.

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

int IList.Add(
	Object value
)

Parameters

value
Type: System.Object
The object to add to the list.

Return Value

Type: System.Int32
The position into which the new element was inserted.

Implements

IList.Add(Object)

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