SyntaxList<TNode>.Insert(Int32, TNode) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
使用插入索引處的指定節點,建立新的清單。
public:
Microsoft::CodeAnalysis::SyntaxList<TNode> Insert(int index, TNode node);
public Microsoft.CodeAnalysis.SyntaxList<TNode> Insert (int index, TNode node);
member this.Insert : int * 'Node -> Microsoft.CodeAnalysis.SyntaxList<'Node (requires 'Node :> Microsoft.CodeAnalysis.SyntaxNode)>
Public Function Insert (index As Integer, node As TNode) As SyntaxList(Of TNode)
參數
- index
- Int32
要插入的索引處。
- node
- TNode
要插入的節點。