Type.IsGenericTypeDefinition Property

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

Syntax

'Declaration
Public Overridable ReadOnly Property IsGenericTypeDefinition As Boolean
    Get
'Usage
Dim instance As Type
Dim value As Boolean

value = instance.IsGenericTypeDefinition
public virtual bool IsGenericTypeDefinition { get; }
public:
virtual property bool IsGenericTypeDefinition {
    bool get ();
}
abstract IsGenericTypeDefinition : bool
override IsGenericTypeDefinition : bool
function get IsGenericTypeDefinition () : boolean

Property Value

Type: Boolean

.NET Framework Security

See Also

Reference

Type Class

Type Members

System.Reflection.Mock Namespace