IdentityReferenceCollection::CopyTo Method (array<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:
virtual void CopyTo(
	array<IdentityReference^>^ array,
	int offset
) sealed

Parameters

array
Type: array<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: