Method CopyTo
CopyTo(KeyValuePair<string, IVariable>[], int)
Copies the variables into an array starting at arrayIndex
.
Declaration
public void CopyTo(KeyValuePair<string, IVariable>[] array, int arrayIndex)
Parameters
Type | Name | Description |
---|---|---|
KeyValuePair<string, IVariable>[] | array | The array to copy the variables into. |
int | arrayIndex | The index to start copying the items into. |
Exceptions
Type | Condition |
---|---|
ArgumentNullException | Thrown when the array is null. |