ParameterCollection.GetKnownTypes 方法
定义
获取 Parameter 集合可以包含的 ParameterCollection 类型的数组。Gets an array of Parameter types that the ParameterCollection collection can contain.
protected:
override cli::array <Type ^> ^ GetKnownTypes();
protected override Type[] GetKnownTypes ();
override this.GetKnownTypes : unit -> Type[]
Protected Overrides Function GetKnownTypes () As Type()
返回
- Type[]
Type 对象的排序数组,标识集合可以包含的 Parameter 对象的类型。An ordered array of Type objects that identify the types of Parameter objects that the collection can contain.