System.Reflection.Emit.DynamicMethod.GetBaseDefinition Method

Returns the base implementation for the method.

Syntax

public override System.Reflection.MethodInfo GetBaseDefinition ()

Returns

The base implementation of the method.

Remarks

This method always returns the current DynamicMethod object.

Requirements

Namespace: System.Reflection.Emit
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0
Since: .NET 2.0