QueryableCollection TBase, TTo  Constructor ElecNetKit Documentation

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

public QueryableCollection(
	Func<TBase, TTo> transform,
	ICollection<TBase> theBase
)

Parameters

transform
Type: OnlineSystem Func TBase, TTo 
A function that transforms the elements of the base collection to TTo.
theBase
Type: OnlineSystem.Collections.Generic ICollection TBase 
The base collection.
See Also