PhasedReadOnlyEvaluated TFrom, T  CopyTo Method ElecNetKit Documentation

Namespace: ElecNetKit.NetworkModelling.Phasing
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:  OnlineSystem.Collections.Generic KeyValuePair OnlineInt32, T  
The one-dimensional OnlineArray that is the destination of the elements copied from OnlineICollection T . The OnlineArray must have zero-based indexing.
arrayIndex
Type: OnlineSystem Int32
The zero-based index in array at which copying begins.

Implements

OnlineICollection T  CopyTo( T , Int32)
Exceptions

See Also