System::Collections::Generic::ListExt 类

ListExt class

通用 List 类,实现 IListWrapper 接口

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

方法

方法描述
CreateIListWrapper() overrideRTTI 信息。
CreateIListWrapperImpl()IListWrapper 实现帮助程序,用于引用类型。
CreateIListWrapperImpl()IListWrapper 实现帮助程序,用于值类型。
CreateIListWrapperImpl()IListWrapper 实现帮助程序,用于其他类型。

Typedefs

类型定义描述
BaseType
BaseTypes
ListType
ThisType
ValueType

另见