Pinq\Expressions\ClosureExpression::__clone PHP Method

__clone() public method

public __clone ( )
    public function __clone()
    {
        $this->parameters = self::cloneAll($this->parameters);
        $this->bodyExpressions = self::cloneAll($this->bodyExpressions);
        $this->usedVariables = self::cloneAll($this->usedVariables);
    }