Читати англійською Редагувати

Поділитися через


PermissionSet.CopyTo(Array, Int32) Method

Definition

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

C#
public virtual void CopyTo(Array array, int index);

Parameters

array
Array

The target array to which to copy.

index
Int32

The starting position in the array to begin copying (zero based).

Implements

Exceptions

The array parameter is null.

The array parameter has more than one dimension.

The index parameter is out of the range of the array parameter.

Applies to

Продукт Версії
.NET Core 3.0, Core 3.1, 5, 6, 7, 8, 9, 10
.NET Framework 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
.NET Standard 2.0 (package-provided)