System::Collections::Generic::ICollection::ICollection 构造函数

ICollection::ICollection() constructor

默认构造函数。

System::Collections::Generic::ICollection<T>::ICollection()

另见

ICollection::ICollection(const ICollection&) constructor

拷贝构造函数。

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

另见

ICollection::ICollection(ICollection&&) constructor

移动构造函数。

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

另见