MrKWatkins.Ast Help

Children<TNode>.IndexOf Method

Definition

Gets the index of the specified node in this collection.

public int IndexOf(TNode node);

Parameters

Name

Type

Description

node

TNode

The node to search for.

Returns

Int32

The index of the node or -1 if it is not in the collection.

Last modified: 09 September 2024