I have an object that i use in a generic list, i need to expose a property in that object that will return the index position of the object in the list plus one.
example
Items in list
myobject1
myobject2
myobject3
myobject2.indexValue would equal 1
any idea how I can acomplish this reliably?