System::Collections::IListImplValueType::IListImplValueType constructor

IListImplValueType::IListImplValueType constructor

Creates new object instance.

System::Collections::IListImplValueType<T>::IListImplValueType(System::SharedPtr<System::Collections::Generic::IList<T>> list)
ParameterTypeDescription
listSystem::SharedPtr<System::Collections::Generic::IList<T>>generic collection to wrap

See Also