IdentityReferenceCollection.CopyTo Method (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:
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(Of T).CopyTo(T(), Int32)
.NET Framework
Available since 2.0
Available since 2.0
Show: