méthode operator= de System::Collections::Generic::ICollection

ICollection::operator=(const ICollection&) method

Opérateur d’affectation par déplacement.

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

ReturnValue

Référence à ceci.

Voir aussi

ICollection::operator=(ICollection&&) method

Opérateur d’affectation par déplacement.

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

ReturnValue

Référence à ceci.

Voir aussi