SyntaxGenerator.WithType(SyntaxNode, SyntaxNode) Method

Definition

Changes the type of the declaration.

public:
 abstract Microsoft::CodeAnalysis::SyntaxNode ^ WithType(Microsoft::CodeAnalysis::SyntaxNode ^ declaration, Microsoft::CodeAnalysis::SyntaxNode ^ type);
public abstract Microsoft.CodeAnalysis.SyntaxNode WithType (Microsoft.CodeAnalysis.SyntaxNode declaration, Microsoft.CodeAnalysis.SyntaxNode type);
abstract member WithType : Microsoft.CodeAnalysis.SyntaxNode * Microsoft.CodeAnalysis.SyntaxNode -> Microsoft.CodeAnalysis.SyntaxNode
Public MustOverride Function WithType (declaration As SyntaxNode, type As SyntaxNode) As SyntaxNode

Parameters

declaration
SyntaxNode
type
SyntaxNode

Returns

Applies to