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
- Class ICollection
- Namespace System::Collections::Generic
- Library Aspose.Slides