Skip to content

v1.2.0: Improved inheritance capability for Linq helpers.

Compare
Choose a tag to compare
@electricessence electricessence released this 29 Jan 21:11
· 48 commits to master since this release

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.