Method InsertChild
InsertChild(ISyntaxNode, IComparer<ISyntaxNode>)
When implemented by a class, inserts specified node to the child collection.
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.