INamespaceOrTypeSymbol.IsType Property

Definition

Returns true if this symbols is a type. If it is not a type, it must be a namespace.

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

Property Value

Applies to