System::Collections::Generic::ICollection::operator= 方法
ICollection::operator=(const ICollection&) method
移动赋值运算符。
ICollection & System::Collections::Generic::ICollection<T>::operator=(const ICollection &)
ReturnValue
对 this 的引用。
另见
- Class ICollection
- Class ICollection
- Namespace System::Collections::Generic
- Library Aspose.Font for C++
ICollection::operator=(ICollection&&) method
移动赋值运算符。
ICollection & System::Collections::Generic::ICollection<T>::operator=(ICollection &&) noexcept
ReturnValue
对 this 的引用。
另见
- Class ICollection
- Class ICollection
- Namespace System::Collections::Generic
- Library Aspose.Font for C++