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
Method | Description |
---|---|
CreateIListWrapper() override | RTTI information. |
CreateIListWrapperImpl() | IListWrapper implementation helper for reference types. |
CreateIListWrapperImpl() | IListWrapper implementation helper for value types. |
CreateIListWrapperImpl() | IListWrapper implementation helper for other types. |
Typedefs
Typedef | Description |
---|---|
BaseType | |
BaseTypes | |
ListType | |
ThisType | |
ValueType |
See Also
- Class List
- Class IListWrapper
- Namespace System::Collections::Generic
- Library Aspose.TeX for C++