Instantiates a new QueryableCollection TBase, TTo with the specified translation functions and base
ICollection T .
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:
System Func TBase, TTo
A function that transforms the elements of the base collection to TTo.
- theBase
- Type:
System.Collections.Generic ICollection TBase
The base collection.
See Also