/// <summary> /// Gets the element at the specified index. /// </summary> /// <param name="index"></param> /// <returns></returns> public T this[int index] { get { return(InnerCache.RetrieveElement(index)); } }