IdentityReferenceCollection.CopyTo Method (IdentityReference(), Int32)

 

Copies the IdentityReferenceCollection collection to an IdentityReferenceCollection array, starting at the specified index.

Namespace:   System.Security.Principal
Assembly:  mscorlib (in mscorlib.dll)

Public Sub CopyTo (
	array As IdentityReference(),
	offset As Integer
)

Parameters

array
Type: System.Security.Principal.IdentityReference()

An IdentityReferenceCollection array object to which the IdentityReferenceCollection collection is to be copied.

offset
Type: System.Int32

The zero-based index in array where the IdentityReferenceCollection collection is to be copied.

.NET Framework
Available since 2.0
Return to top
Show: