int array[] array; int index; public void func(){ for(int i; i < array.Length;i++){ index++; } Console.Write(index); }