TypeBuilder.DeclaringMethod 属性

定义

获取声明了当前泛型类型参数的方法。

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

属性值

如果当前的类型是一个泛型类型参数,则为表示声明了当前类型的方法的 MethodBase;否则为 null

注解

注意

发出代码时,泛型类型参数由 GenericTypeParameterBuilder 对象而不是 TypeBuilder 对象表示。

适用于