IListImplRefType()

IListImplRefType::IListImplRefType(System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<T>>>) constructor

Creates new object instance.

System::Collections::IListImplRefType<T>::IListImplRefType(System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<T>>> list)

Arguments

ParameterTypeDescription
listSystem::SharedPtr<System::Collections::Generic::List<System::SharedPtr<T>>>generic collection to wrap

See Also