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, 7 and Linux, MacOS with net8.0, net7.0 or net6.0 installed

See Also

Reference

IGroup Interface
IGroup Members