Share via


MethodInfo.MakeGenericMethod Method

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

Syntax

'Declaration
Public MustOverride Function MakeGenericMethod ( _
    ParamArray types As Type() _
) As MethodInfo
'Usage
Dim instance As MethodInfo
Dim types As Type()
Dim returnValue As MethodInfo

returnValue = instance.MakeGenericMethod(types)
public abstract MethodInfo MakeGenericMethod(
    params Type[] types
)
public:
virtual MethodInfo^ MakeGenericMethod(
    ... array<Type^>^ types
) abstract
abstract MakeGenericMethod : 
        types:Type[] -> MethodInfo 
public abstract function MakeGenericMethod(
    ... types : Type[]
) : MethodInfo

Parameters

Return Value

Type: System.Reflection.Mock.MethodInfo

.NET Framework Security

See Also

Reference

MethodInfo Class

MethodInfo Members

System.Reflection.Mock Namespace