Method InsertChild
InsertChild(ISyntaxNode, IComparer<ISyntaxNode>)
Inserts specified node to the child collection.
public virtual int InsertChild(ISyntaxNode node, IComparer<ISyntaxNode> comparer)
Parameters
nodeISyntaxNodeSpecifies node to insert.
comparerIComparer<ISyntaxNode>Specifies method that compares nodes in the sorted child collection.
Returns
- int
Index of inserted node in the child collection.