Kerbal Space Program  1.12.4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Public Member Functions | List of all members
Smooth.Collections.IListStepperWithIndex< T > Class Template Reference

Helper class for enuemrating the element, index pairs of an IList<T> using a start index and step value. More...

Inheritance diagram for Smooth.Collections.IListStepperWithIndex< T >:

Public Member Functions

IEnumerator
< Smooth.Algebraics.Tuple< T,
int > > 
GetEnumerator ()
 
 IListStepperWithIndex (IList< T > list, int startIndex, int step)
 

Detailed Description

Helper class for enuemrating the element, index pairs of an IList<T> using a start index and step value.

Constructor & Destructor Documentation

Smooth.Collections.IListStepperWithIndex< T >.IListStepperWithIndex ( IList< T >  list,
int  startIndex,
int  step 
)
inline

Member Function Documentation

IEnumerator<Smooth.Algebraics.Tuple<T, int> > Smooth.Collections.IListStepperWithIndex< T >.GetEnumerator ( )
inline

The documentation for this class was generated from the following file: