SeparatedSyntaxList<TNode>.AddRange(IEnumerable<TNode>) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
使用新增至結尾的指定節點,建立新的清單。
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>
要加入的節點。