Share via


MethodInfo.GetGenericMethodDefinition Method

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

Syntax

'Declaration
Public Overridable Function GetGenericMethodDefinition As MethodInfo
'Usage
Dim instance As MethodInfo
Dim returnValue As MethodInfo

returnValue = instance.GetGenericMethodDefinition()
public virtual MethodInfo GetGenericMethodDefinition()
public:
virtual MethodInfo^ GetGenericMethodDefinition()
abstract GetGenericMethodDefinition : unit -> MethodInfo 
override GetGenericMethodDefinition : unit -> MethodInfo 
public function GetGenericMethodDefinition() : MethodInfo

Return Value

Type: System.Reflection.Mock.MethodInfo

.NET Framework Security

See Also

Reference

MethodInfo Class

MethodInfo Members

System.Reflection.Mock Namespace