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, T>[] array, int arrayIndex )
Parameters
- array
- Type:
System.Collections.Generic KeyValuePair
Int32, T
The one-dimensionalArray 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