foreach (var item in testList) { //This will yield the proper index that you are currently on int index = testList.IndexOf(item); }.
確定! 回上一頁