Copies the elements from the current instance to the specified Array , starting at the specified index of the array.
- array
- The one-dimensional Array that is the destination of the elements copied from the current instance. The Array.Length of this array is greater than or equal to the sum of arrayIndex and the BitArray.Count of the current instance.
- index
- A int that specifies the first index of array to which the elements of the current instance are copied. This value is greater than or equal to zero, and less than array.Length.
Documentation for this section has not yet been entered.
Namespace: System.Collections
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0