Class BaseTypeSyntax
Inheritance
BaseTypeSyntax
Implements
Inherited Members
Namespace: Microsoft.CodeAnalysis.CSharp.Syntax
Assembly: Microsoft.CodeAnalysis.CSharp.dll
Syntax
public abstract class BaseTypeSyntax : CSharpSyntaxNode, IFormattable
Properties
Type
Declaration
public abstract TypeSyntax Type { get; }
Property Value
| Type | Description |
|---|---|
| TypeSyntax |
Methods
WithType(TypeSyntax)
Declaration
public BaseTypeSyntax WithType(TypeSyntax type)
Parameters
| Type | Name | Description |
|---|---|---|
| TypeSyntax | type |
Returns
| Type | Description |
|---|---|
| BaseTypeSyntax |