IdentityReferenceCollection.CopyTo(IdentityReference[], Int32) Methode

Definitie

Kopieert de IdentityReferenceCollection verzameling naar een IdentityReferenceCollection matrix, beginnend bij de opgegeven index.

public:
 virtual void CopyTo(cli::array <System::Security::Principal::IdentityReference ^> ^ array, int offset);
public void CopyTo(System.Security.Principal.IdentityReference[] array, int offset);
abstract member CopyTo : System.Security.Principal.IdentityReference[] * int -> unit
override this.CopyTo : System.Security.Principal.IdentityReference[] * int -> unit
Public Sub CopyTo (array As IdentityReference(), offset As Integer)

Parameters

array
IdentityReference[]

Een IdentityReferenceCollection matrixobject waarnaar de IdentityReferenceCollection verzameling moet worden gekopieerd.

offset
Int32

De op nul gebaseerde index waarin array de IdentityReferenceCollection verzameling moet worden gekopieerd.

Implementeringen

Van toepassing op