MethodBuilder.ReflectedType Property

Definition

Retrieves the class that was used in reflection to obtain this object.

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

Property Value

Read-only. The type used to obtain this method.

Applies to