INamespaceOrTypeSymbol.IsType Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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