SyntaxGenerator.InsertNodesAfter Method

Definition

Inserts the new node before the specified declaration.

public:
 virtual Microsoft::CodeAnalysis::SyntaxNode ^ InsertNodesAfter(Microsoft::CodeAnalysis::SyntaxNode ^ root, Microsoft::CodeAnalysis::SyntaxNode ^ node, System::Collections::Generic::IEnumerable<Microsoft::CodeAnalysis::SyntaxNode ^> ^ newDeclarations);
public virtual Microsoft.CodeAnalysis.SyntaxNode InsertNodesAfter (Microsoft.CodeAnalysis.SyntaxNode root, Microsoft.CodeAnalysis.SyntaxNode node, System.Collections.Generic.IEnumerable<Microsoft.CodeAnalysis.SyntaxNode> newDeclarations);
abstract member InsertNodesAfter : Microsoft.CodeAnalysis.SyntaxNode * Microsoft.CodeAnalysis.SyntaxNode * seq<Microsoft.CodeAnalysis.SyntaxNode> -> Microsoft.CodeAnalysis.SyntaxNode
override this.InsertNodesAfter : Microsoft.CodeAnalysis.SyntaxNode * Microsoft.CodeAnalysis.SyntaxNode * seq<Microsoft.CodeAnalysis.SyntaxNode> -> Microsoft.CodeAnalysis.SyntaxNode
Public Overridable Function InsertNodesAfter (root As SyntaxNode, node As SyntaxNode, newDeclarations As IEnumerable(Of SyntaxNode)) As SyntaxNode

Parameters

root
SyntaxNode
node
SyntaxNode
newDeclarations
IEnumerable<SyntaxNode>

Returns

Applies to