ConstructorBuilder.MethodHandle Property

Definition

Gets the internal handle for the method. Use this handle to access the underlying metadata handle.

public:
 virtual property RuntimeMethodHandle MethodHandle { RuntimeMethodHandle get(); };
public override RuntimeMethodHandle MethodHandle { get; }
member this.MethodHandle : RuntimeMethodHandle
Public Overrides ReadOnly Property MethodHandle As RuntimeMethodHandle

Property Value

The internal handle for the method. Use this handle to access the underlying metadata handle.

Exceptions

This property is not supported on this class.

Applies to