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.IListStepper< T > Class Template Reference

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

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

Public Member Functions

IEnumerator< T > GetEnumerator ()
 
 IListStepper (IList< T > list, int startIndex, int step)
 

Detailed Description

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

Constructor & Destructor Documentation

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

Member Function Documentation

IEnumerator<T> Smooth.Collections.IListStepper< T >.GetEnumerator ( )
inline

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