ReadOnlyCollectionBuilder<T>::IList::Add Method (Object^)

 

Adds an item to the IList.

Namespace:   System.Runtime.CompilerServices
Assembly:  System.Core (in System.Core.dll)

private:
virtual int Add(
	Object^ value
) sealed = IList::Add

Parameters

value
Type: System::Object^

The Object to add to the IList.

Return Value

Type: System::Int32

The position into which the new element was inserted.

.NET Framework
Available since 4.0
Silverlight
Available since 4.0
Return to top
Show: