Метод System::Collections::Generic::ICollection::operator=

ICollection::operator=(const ICollection&) method

Оператор перемещения присваивания.

ICollection & System::Collections::Generic::ICollection<T>::operator=(const ICollection &)

ReturnValue

Ссылка на этот объект.

См. также

ICollection::operator=(ICollection&&) method

Оператор перемещения присваивания.

ICollection & System::Collections::Generic::ICollection<T>::operator=(ICollection &&) noexcept

ReturnValue

Ссылка на этот объект.

См. также