EventInfo.RemoveMethod Właściwość

Definicja

Pobiera obiekt do MethodInfo usuwania metody zdarzenia, w tym metod innych niż publiczne.

public:
 virtual property System::Reflection::MethodInfo ^ RemoveMethod { System::Reflection::MethodInfo ^ get(); };
public virtual System.Reflection.MethodInfo RemoveMethod { get; }
public virtual System.Reflection.MethodInfo? RemoveMethod { get; }
member this.RemoveMethod : System.Reflection.MethodInfo
Public Overridable ReadOnly Property RemoveMethod As MethodInfo

Wartość właściwości

Obiekt MethodInfo do usuwania metody zdarzenia.

Uwagi

Ta właściwość jest odpowiednikiem wywoływania elementu GetRemoveMethod o wartości true.

Dotyczy