System.Security.AccessControl.AuthorizationRuleCollection.CopyTo Method

Copies the contents of the collection to an array.

Syntax

public void CopyTo (AuthorizationRule[] rules, int index)

Parameters

rules
An array to which to copy the contents of the collection.
index
The zero-based index from which to begin copying.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: System.Security.AccessControl
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0
Since: .NET 2.0