ITypeProvider.GetTypes 方法
定义
创建并返回包含此实例已知的每个 Type 的数组。Creates and returns an array which contains each Type known to this instance.
public:
cli::array <Type ^> ^ GetTypes();
public Type[] GetTypes ();
abstract member GetTypes : unit -> Type[]
Public Function GetTypes () As Type()
返回
- Type[]
包含此实例已知的每个 Type 的数组。An array which contains each Type known to this instance.
适用于