◆ GetCiricularIndexedElement< T >() [2/2]

static T GetCiricularIndexedElement< T > ( this List< T >  array,
int  circularIndex 
)
static
Template Parameters
TType of the List's elements
Parameters
arraythe List itself
circularIndexthe index that will be "circularized" internally
Returns
The element at the circularized index.