GenericTypeParameterBuilder.DeclaringMethod 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取一个表示声明方法的 MethodInfo(如果当前 GenericTypeParameterBuilder 表示泛型方法的一个类型参数)。
public:
virtual property System::Reflection::MethodBase ^ DeclaringMethod { System::Reflection::MethodBase ^ get(); };
public override System.Reflection.MethodBase? DeclaringMethod { get; }
public override System.Reflection.MethodBase DeclaringMethod { get; }
member this.DeclaringMethod : System.Reflection.MethodBase
Public Overrides ReadOnly Property DeclaringMethod As MethodBase
属性值
一个表示声明方法的 MethodInfo(如果当前 GenericTypeParameterBuilder 表示泛型方法的一个类型参数);否则为 null
。
注解
DeclaringMethod如果 属性不是 null
,则声明方法是泛型方法定义,并且 DeclaringMethod.IsGenericMethodDefinition
为 true
。