CmdArguments.CopyTo method
Copies the elements of the Dictionary to an array, starting at the specified array index.
public void CopyTo(KeyValuePair<string, string>[] array, int arrayIndex)
| parameter | description |
|---|---|
| array | The one-dimensional array that is the destination of the elements copied from the Dictionary. The array must have zero-based indexing. |
| arrayIndex | The zero-based index in array at which copying begins |
See Also
- class CmdArguments
- namespace TheCodingMonkey.Collections