EventInfo.GetAddMethod Method

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

Syntax

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

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

Return Value

Type: System.Reflection.Mock.MethodInfo

.NET Framework Security

See Also

Reference

EventInfo Class

EventInfo Members

GetAddMethod Overload

System.Reflection.Mock Namespace