SchemaNameCollection::IList::Add Method (Object^)

 

Adds an item to the list.

Namespace:   System.DirectoryServices
Assembly:  System.DirectoryServices (in System.DirectoryServices.dll)

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

Parameters

value
Type: System::Object^

The item to add to the list.

Return Value

Type: System::Int32

The position into which the new item was inserted.

.NET Framework
Available since 1.1
Return to top
Show: