System::Collections::Generic::ICollection::operator= method

ICollection::operator=(const ICollection&) method

Move assignment operator.

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

ReturnValue

Reference to this.

See Also

ICollection::operator=(ICollection&&) method

Move assignment operator.

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

ReturnValue

Reference to this.

See Also