PermissionSet::CopyTo Method (Array^, Int32)
.NET Framework (current version)
Copies the permission objects of the set to the indicated location in an Array.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- array
-
Type:
System::Array^
The target array to which to copy.
- index
-
Type:
System::Int32
The starting position in the array to begin copying (zero based).
Implements
ICollection::CopyTo(Array^, Int32)| Exception | Condition |
|---|---|
| ArgumentNullException | The array parameter is null. |
| ArgumentException | The array parameter has more than one dimension. |
| IndexOutOfRangeException | The index parameter is out of the range of the array parameter. |
.NET Framework
Available since 1.1
Available since 1.1
Show: