Get Index position of an element in a list in c# code example Example: Get Index position of an element in a list in c# int index = myList.FindIndex(a => a.Prop == oProp);