v1.2.0: Improved inheritance capability for Linq helpers.
Added LinqBase<T>
and LinqResolverBase<T>
to allow for minimal overrides when extending from these abstract classes.
Linq<T>
and LinqExtended<T>
are the default examples of their implementations.