ICollection()

ICollection::ICollection() constructor

Default constructor.

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

ICollection::ICollection(const ICollection&) constructor

Copy constructor.

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

ICollection::ICollection(ICollection&&) constructor

Move constructor.

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

See Also