operator=()

ICollection::operator=(ICollection&&) method

Move assignment operator.

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

Return Value

Reference to this.

ICollection::operator=(const ICollection&) method

Move assignment operator.

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

Return Value

Reference to this.

See Also