Parameters
- array
- The one-dimensional System.Array that is the destination of the elements copied from the collection.
- index
- An System.Int32 value indicating the zero-based index in the array at which copying begins.
Exception | Description |
---|---|
System.ArgumentNullException | Throws if array is null . |