LDAP Client.Net

EntryCollection.CopyTo Method 

Copies the elements of this collection to an Array, starting at a particular Array index.

[Visual Basic]
MustOverride Public Sub CopyTo( _ 
   ByVal array As Array, _ 
   ByVal index As Integer _ 
) _
    Implements ICollection.CopyTo
[C#]
public abstract void CopyTo(
   Array array,
   int index
);
[C++]
public: abstract void CopyTo(
   Array* array,
   int index
);
[JScript]
public abstract function CopyTo(
   Array array,
   int index
);

Parameters

array
The one-dimensional Array that is the destination of the elements copied from. This Array must have zero-based indexing.
index
The zero-based index in array at which copying begins.

Implements

ICollection.CopyTo

See Also

EntryCollection Class | LdapServices.Ldap Namespace