System::Collections::Generic::ListExt 类
ListExt class
通用 List 类,实现 IListWrapper 接口
template<typename T>class ListExt : public System::Collections::Generic::List<T>,
public System::Collections::IListWrapper
方法
| 方法 | 描述 |
|---|---|
| CreateIListWrapper() override | RTTI 信息。 |
| CreateIListWrapperImpl() | IListWrapper 实现帮助程序,用于引用类型。 |
| CreateIListWrapperImpl() | IListWrapper 实现帮助程序,用于值类型。 |
| CreateIListWrapperImpl() | IListWrapper 实现帮助程序,用于其他类型。 |
Typedefs
| 类型定义 | 描述 |
|---|---|
| BaseType | |
| BaseTypes | |
| ListType | |
| ThisType | |
| ValueType |
另见
- Class List
- Class IListWrapper
- Namespace System::Collections::Generic
- Library Aspose.Font for C++