NDepend.API Documentation
IndexOfGroup Method
NDepend.CodeQuery Namespace > IGroupOfGroups Interface : IndexOfGroup Method
The group to locate in this.ChildGroups.
Determines the index of a specific group in this.ChildGroups.
Syntax
int IndexOfGroup( 
   IGroup group
)

Parameters

group
The group to locate in this.ChildGroups.
Remarks
If this group of groups doesn't contain group, 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

IGroupOfGroups Interface
IGroupOfGroups Members