MethodBuilder.ReflectedType 属性

定义

检索在反射中用于获取此对象的类。

public:
 virtual property Type ^ ReflectedType { Type ^ get(); };
public override Type? ReflectedType { get; }
public override Type ReflectedType { get; }
member this.ReflectedType : Type
Public Overrides ReadOnly Property ReflectedType As Type

属性值

Type

只读。 用于获取此方法的类型。

适用于