QueryableCollection TBase, TTo  CopyTo Method ElecNetKit Documentation
Not supported. Always throws a OnlineNotSupportedException.

Namespace: ElecNetKit.NetworkModelling.Phasing
Assembly: ElecNetKit.Core (in ElecNetKit.Core.dll) Version: 1.1.4771.27370 (1.1.0.0)
Syntax

public void CopyTo(
	TTo[] array,
	int arrayIndex
)

Parameters

array
Type:  TTo 
Not used.
arrayIndex
Type: OnlineSystem Int32
Not used.

Implements

OnlineICollection T  CopyTo( T , Int32)
See Also