CachedPhasedReadOnlyEvaluated TFrom, T  ClassElecNetKit Documentation
Inheritance Hierarchy

OnlineSystem Object
  ElecNetKit.NetworkModelling.Phasing PhasedReadOnlyEvaluated TFrom, T 
    ElecNetKit.NetworkModelling.Phasing CachedPhasedReadOnlyEvaluated TFrom, T 

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

public class CachedPhasedReadOnlyEvaluated<TFrom, T> : PhasedReadOnlyEvaluated<TFrom, T>
Type Parameters

TFrom
The type of the backing Phased T .
T
The type of the elements of this Phased T .
Examples

Use when T is a type that provides new views into the same data, such as when TFrom is a OnlineCollection T  and T is a OnlineReadOnlyCollection T .
See Also