After Downloading, add a reference to LinqLib.
To use the extension methods add the applicable using statements (or Import in VB) to your module:
- using LinqLib.Operators;
- using LinqLib.Operators.Logical;
- using LinqLib.Sequence;
You can
download LinqLib right from codeplex or for easy setup and VS integration, use NuGet:
