System::Collections::Generic::ICollection::operator= メソッド

ICollection::operator=(const ICollection&) method

ムーブ代入演算子。

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

ReturnValue

this への参照。

参照

ICollection::operator=(ICollection&&) method

ムーブ代入演算子。

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

ReturnValue

this への参照。

参照