get specific index from array c# code example Example: c# find index element array int[] arr = { 3, 6, 4, 1, 6, 8 }; // returns 1 Array.IndexOf(arr, 6);