PermissionSet::CopyTo Method (Array^, Int32)

 

Copies the permission objects of the set to the indicated location in an Array.

Namespace:   System.Security
Assembly:  mscorlib (in mscorlib.dll)

public:
virtual void CopyTo(
	Array^ array,
	int index
)

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).

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
Return to top
Show: