EventInfo.GetRemoveMethod Method

Namespace:  System.Reflection.Mock
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Syntax

'Declaration
Public Function GetRemoveMethod As MethodInfo
'Usage
Dim instance As EventInfo
Dim returnValue As MethodInfo

returnValue = instance.GetRemoveMethod()
public MethodInfo GetRemoveMethod()
public:
MethodInfo^ GetRemoveMethod()
member GetRemoveMethod : unit -> MethodInfo 
public function GetRemoveMethod() : MethodInfo

Return Value

Type: System.Reflection.Mock.MethodInfo

.NET Framework Security

See Also

Reference

EventInfo Class

EventInfo Members

GetRemoveMethod Overload

System.Reflection.Mock Namespace