IdentityReferenceCollection.CopyTo(IdentityReference[], Int32) Метод

Определение

Копирует коллекцию IdentityReferenceCollection в массив IdentityReferenceCollection, начиная с указанного индекса.

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)

Параметры

array
IdentityReference[]

Объект массива IdentityReferenceCollection, в который должна быть скопирована коллекция IdentityReferenceCollection.

offset
Int32

Отсчитываемый от нуля индекс в массиве array, который обозначает позицию для копирования коллекции IdentityReferenceCollection.

Реализации

Применяется к