Método System::Collections::Generic::ICollection::operator=

ICollection::operator=(const ICollection&) method

Operador de asignación por movimiento.

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

ReturnValue

Referencia a esto.

Ver también

ICollection::operator=(ICollection&&) method

Operador de asignación por movimiento.

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

ReturnValue

Referencia a esto.

Ver también