Type.GetGenericTypeDefinition Method

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

Syntax

'Declaration
Public Overridable Function GetGenericTypeDefinition As Type
'Usage
Dim instance As Type
Dim returnValue As Type

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

Return Value

Type: System.Reflection.Mock.Type

.NET Framework Security

See Also

Reference

Type Class

Type Members

System.Reflection.Mock Namespace