Copies the permission objects in the current instance to the specified location in the specified Array .
Type Reason ArgumentException array has more than one dimension. IndexOutOfRangeException index is outside the range of allowable values for array. ArgumentNullException array is null.
Note: This method is implemented to support the ICollection interface.Operation
As described above.The default implementation uses the Array.SetValue(object, int)(object, int) method to add the value to the array.
Note to Inheritors
Override this method to customize the manner in which elements are added to array .
Namespace: System.Security
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0