BExplorer.Shell.ShellView.GetGroupIndex C# (CSharp) Méthode

GetGroupIndex() public méthode

public GetGroupIndex ( Int32 itemIndex ) : Int32
itemIndex Int32
Résultat Int32
    public Int32 GetGroupIndex(Int32 itemIndex) => itemIndex == -1 || itemIndex >= this.Items.Count ? -1 : this.Items[itemIndex].GroupIndex;
ShellView