System::Collections::ObjectModel::ReadOnlyCollection::ReadOnlyCollection-Konstruktor

ReadOnlyCollection::ReadOnlyCollection constructor

Umwickelt eine schreibgeschützte Sammlung um eine bestimmte Sammlung.

System::Collections::ObjectModel::ReadOnlyCollection<T>::ReadOnlyCollection(const SharedPtr<Generic::IList<T>> &list)
ParameterTypBeschreibung
listconst SharedPtr<Generic::IList<T>>&Collection zum Einhüllen.

Siehe auch