共用方式為


SeparatedSyntaxList<TNode>.AddRange(IEnumerable<TNode>) 方法

定義

使用新增至結尾的指定節點,建立新的清單。

public:
 Microsoft::CodeAnalysis::SeparatedSyntaxList<TNode> AddRange(System::Collections::Generic::IEnumerable<TNode> ^ nodes);
public Microsoft.CodeAnalysis.SeparatedSyntaxList<TNode> AddRange (System.Collections.Generic.IEnumerable<TNode> nodes);
member this.AddRange : seq<'Node (requires 'Node :> Microsoft.CodeAnalysis.SyntaxNode)> -> Microsoft.CodeAnalysis.SeparatedSyntaxList<'Node (requires 'Node :> Microsoft.CodeAnalysis.SyntaxNode)>
Public Function AddRange (nodes As IEnumerable(Of TNode)) As SeparatedSyntaxList(Of TNode)

參數

nodes
IEnumerable<TNode>

要加入的節點。

傳回

適用於