◆
GetCiricularIndexedElement< T >()
[2/2]
static T GetCiricularIndexedElement< T >
(
this List< T >
array
,
int
circularIndex
)
static
Template Parameters
T
Type of the List's elements
Parameters
array
the List itself
circularIndex
the index that will be "circularized" internally
Returns
The element at the circularized index.
EyE
Sys
Collections
CollectionExtensions