CachedPhasedReadOnlyEvaluated TFrom, T  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 CachedPhasedReadOnlyEvaluated(
	Func<TFrom, T> transform,
	Phased<TFrom> theBase
)

Parameters

transform
Type: OnlineSystem Func TFrom, T 
The transform to apply to the elements of the backing Phased T .
theBase
Type: ElecNetKit.NetworkModelling.Phasing Phased TFrom 
The backing Phased T .
See Also