NDepend.API Documentation
IndexOfQuery Method
NDepend.CodeQuery Namespace > IGroup Interface : IndexOfQuery Method
The query to locate in this.ChildQueries.
Determines the index of a specific query in this.ChildQueries.
Syntax
int IndexOfQuery( 
   IQuery query
)

Parameters

query
The query to locate in this.ChildQueries.
Remarks
If this group of groups doesn't contain query, the value -1 is returned.
Requirements

Target Platforms: Windows 11, 10, 8, 7and Linux, MacOS with net10.0, net9.0 or net8.0 installed

See Also

Reference

IGroup Interface
IGroup Members