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

Enumerable that contains the elements defined by a seed value and step function. More...

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

Public Member Functions

 FuncEnumerable (T seed, DelegateFunc< T, T > step)
 
 FuncEnumerable (T seed, DelegateFunc< T, Option< T >> step)
 
IEnumerator< T > GetEnumerator ()
 

Detailed Description

Enumerable that contains the elements defined by a seed value and step function.

Constructor & Destructor Documentation

Smooth.Collections.FuncEnumerable< T >.FuncEnumerable ( seed,
DelegateFunc< T, T >  step 
)
inline
Smooth.Collections.FuncEnumerable< T >.FuncEnumerable ( seed,
DelegateFunc< T, Option< T >>  step 
)
inline

Member Function Documentation

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

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