PropertyValueCollection::AddRange Method (array<Object^>^)

 

Appends the contents of the specified PropertyValueCollection object to this collection.

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

public:
void AddRange(
	array<Object^>^ value
)

Parameters

value
Type: array<System::Object^>^

The PropertyValueCollection array that contains the objects to append to this collection.

Exception Condition
ArgumentNullException

The property value is a null reference (Nothing in Visual Basic).

.NET Framework
Available since 1.1
Return to top
Show: