Pinq\Expressions\ClosureUsedVariableExpression::__construct PHP Method

__construct() public method

public __construct ( $name, $isReference )
    public function __construct($name, $isReference)
    {
        parent::__construct($name);
        $this->isReference = $isReference;
    }