Class TypeSyntax
Inheritance
TypeSyntax
Implements
Inherited Members
Namespace: Microsoft.CodeAnalysis.CSharp.Syntax
Assembly: Microsoft.CodeAnalysis.CSharp.dll
Syntax
public abstract class TypeSyntax : ExpressionSyntax, IFormattable
Properties
IsNint
Declaration
public bool IsNint { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsNotNull
Declaration
public bool IsNotNull { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsNuint
Declaration
public bool IsNuint { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsUnmanaged
Declaration
public bool IsUnmanaged { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsVar
Declaration
public bool IsVar { get; }
Property Value
| Type | Description |
|---|---|
| bool |