Condividi tramite


SyntaxNode.RemoveNodesCore Metodo

Definizione

Crea un nuovo albero di nodi con il nodo specificato rimosso.

protected public:
 abstract Microsoft::CodeAnalysis::SyntaxNode ^ RemoveNodesCore(System::Collections::Generic::IEnumerable<Microsoft::CodeAnalysis::SyntaxNode ^> ^ nodes, Microsoft::CodeAnalysis::SyntaxRemoveOptions options);
protected internal abstract Microsoft.CodeAnalysis.SyntaxNode RemoveNodesCore (System.Collections.Generic.IEnumerable<Microsoft.CodeAnalysis.SyntaxNode> nodes, Microsoft.CodeAnalysis.SyntaxRemoveOptions options);
protected internal abstract Microsoft.CodeAnalysis.SyntaxNode? RemoveNodesCore (System.Collections.Generic.IEnumerable<Microsoft.CodeAnalysis.SyntaxNode> nodes, Microsoft.CodeAnalysis.SyntaxRemoveOptions options);
abstract member RemoveNodesCore : seq<Microsoft.CodeAnalysis.SyntaxNode> * Microsoft.CodeAnalysis.SyntaxRemoveOptions -> Microsoft.CodeAnalysis.SyntaxNode
Protected Friend MustOverride Function RemoveNodesCore (nodes As IEnumerable(Of SyntaxNode), options As SyntaxRemoveOptions) As SyntaxNode

Parametri

Restituisce

Si applica a