Table of Contents

Method GetValidIndexes

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

GetValidIndexes(params int[])

Gets only valid indexes from the list of indexes in the ListBox.

public IReadOnlyList<int> GetValidIndexes(params int[] indexes)

Parameters

indexes int[]

Returns

IReadOnlyList<int>