GenericTypeParameterBuilder.GetNestedType(String, BindingFlags) 方法

定义

不支持不完整的泛型类型参数。

public:
 override Type ^ GetNestedType(System::String ^ name, System::Reflection::BindingFlags bindingAttr);
public override Type GetNestedType (string name, System.Reflection.BindingFlags bindingAttr);
override this.GetNestedType : string * System.Reflection.BindingFlags -> Type
Public Overrides Function GetNestedType (name As String, bindingAttr As BindingFlags) As Type

参数

name
String

不支持。

bindingAttr
BindingFlags

不支持。

返回

不支持不完整的泛型类型参数。

例外

在所有情况下。

注解

不完整的泛型类型参数不支持此方法。 从已完成的泛型类型定义中检索类型参数,然后在检索到的类型上使用反射。

适用于