BExplorer.Shell.ShellView.GetGroupIndex C# (CSharp) Метод

GetGroupIndex() публичный Метод

public GetGroupIndex ( Int32 itemIndex ) : Int32
itemIndex Int32
Результат Int32
    public Int32 GetGroupIndex(Int32 itemIndex) => itemIndex == -1 || itemIndex >= this.Items.Count ? -1 : this.Items[itemIndex].GroupIndex;
ShellView