How to return the index of the selected checklistbox with a #?

    1 answer 1

    int[] indexes = myCheckedListBox.CheckedIndices.Cast<int>().ToArray() 

    Source of

    • Error: no definition for Cast - SVD102