System::Collections::Generic::ListExt class

ListExt class

generic List class that implements IListWrapper interface

template<typename T>class ListExt : public System::Collections::Generic::List<T>,
                                    public System::Collections::IListWrapper

Methods

MethodDescription
CreateIListWrapper() overrideRTTI information.
CreateIListWrapperImpl()IListWrapper implementation helper for reference types.
CreateIListWrapperImpl()IListWrapper implementation helper for value types.
CreateIListWrapperImpl()IListWrapper implementation helper for other types.

Typedefs

TypedefDescription
ThisType
ListType
BaseTypes
ValueType
BaseType

See Also