DotNetWorkQueue.LinqCompile.LinqCompiler.LinqCompiler C# (CSharp) Method

LinqCompiler() public method

Initializes a new instance of the LinqCompiler class.
public LinqCompiler ( IObjectPool objectPool ) : System
objectPool IObjectPool The object pool.
return System
        public LinqCompiler(IObjectPool<DynamicCodeCompiler> objectPool)
        {
            _objectPool = objectPool;
        }