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 的引用。

另见