IdentityReferenceCollection::CopyTo Method (array<IdentityReference^>^, Int32)
.NET Framework (current version)
Copies the IdentityReferenceCollection collection to an IdentityReferenceCollection array, starting at the specified index.
Assembly: mscorlib (in mscorlib.dll)
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.
Implements
ICollection<T>::CopyTo(array<T>^, Int32)
.NET Framework
Available since 2.0
Available since 2.0
Show: