A value-based type that implements the Phased T interface.
Inheritance Hierarchy



ElecNetKit.NetworkModelling.Phasing PhasedValues T
Namespace: ElecNetKit.NetworkModelling.Phasing
Assembly: ElecNetKit.Core (in ElecNetKit.Core.dll) Version: 1.1.4771.27370 (1.1.0.0)
Syntax
[SerializableAttribute] public class PhasedValues<T> : Dictionary<int, T>, Phased<T>, IDictionary<int, T>, ICollection<KeyValuePair<int, T>>, IEnumerable<KeyValuePair<int, T>>, IEnumerable
Type Parameters
- T
- The type that should have a unique value per phase.
See Also