A read-only collection that uses a transform function to
transform the individual elements of another collection.
Inheritance Hierarchy

ElecNetKit.NetworkModelling.Phasing QueryableCollection TBase, TTo
Namespace: ElecNetKit.NetworkModelling.Phasing
Assembly: ElecNetKit.Core (in ElecNetKit.Core.dll) Version: 1.1.4771.27370 (1.1.0.0)
Syntax
public class QueryableCollection<TBase, TTo> : ICollection<TTo>, IEnumerable<TTo>, IEnumerable
Type Parameters
- TBase
- The type of the underlying
ICollection T .
- TTo
- The type of this collection.
See Also