Type.MakeGenericType Method

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

Syntax

'Declaration
Public MustOverride Function MakeGenericType ( _
    ParamArray argTypes As Type() _
) As Type
'Usage
Dim instance As Type
Dim argTypes As Type()
Dim returnValue As Type

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

Parameters

Return Value

Type: System.Reflection.Mock.Type

.NET Framework Security

See Also

Reference

Type Class

Type Members

System.Reflection.Mock Namespace