Index[in] This variable contains the index of the element that is accessed via this method. It must be in the range from 0 to the Number of elements - 1, where the number of elements may be received from the Count property of the same collection.Result[out, retval] A variable of type I<ElementType>* that receives a pointer to the interface of the collection element. ElementType is the type of the objects forming the collection.