TypeWrapper.IsTypeDefinition Property

Definition

Gets an indication whether the type in this TypeWrapper instance is a type definition.

public:
 property bool IsTypeDefinition { bool get(); };
public bool IsTypeDefinition { get; }
member this.IsTypeDefinition : bool
Public ReadOnly Property IsTypeDefinition As Boolean

Property Value

true if the type in this TypeWrapper instance is a type definition; otherwise, false.

Applies to