Pinq\Iterators\ISet::addRef PHP Метод

addRef() публичный Метод

Attempts to add the value by reference to the set, will fail if the value is already contained in the set.
public addRef ( mixed &$value ) : boolean
$value mixed
Результат boolean Whether the value was successfully added
    public function addRef(&$value);