Namespace: ElecNetKit.NetworkModelling.Phasing
Assembly: ElecNetKit.Core (in ElecNetKit.Core.dll) Version: 1.1.4771.27370 (1.1.0.0)
ICollection T CopyTo( T , Int32)
Assembly: ElecNetKit.Core (in ElecNetKit.Core.dll) Version: 1.1.4771.27370 (1.1.0.0)
Syntax
public void CopyTo( KeyValuePair<int, TTo>[] array, int arrayIndex )
Parameters
- array
- Type:
System.Collections.Generic KeyValuePair
Int32, TTo
The one-dimensional
Array that is the destination of the elements copied from
ICollection T . The
Array must have zero-based indexing.
- arrayIndex
- Type:
System Int32
The zero-based index in array at which copying begins.
Implements
Exceptions
| Exception | Condition |
|---|---|
| array is null. | |
| arrayIndex is less than 0. | |
| The number of elements in the source |
See Also