System.Reflection.EventInfo.RemoveMethod Property

Gets the MethodInfo object for removing a method of the event, including non-public methods.

Syntax

public virtual MethodInfo RemoveMethod { get; }

Value

Documentation for this section has not yet been entered.

Remarks

This property is the equivalent of calling the EventInfo.GetRemoveMethod(bool) with a value of true.

Requirements

Namespace: System.Reflection
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 4.0.0.0