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, P > Class Template Reference

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

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

Public Member Functions

 FuncEnumerable (T seed, DelegateFunc< T, P, T > step, P parameter)
 
 FuncEnumerable (T seed, DelegateFunc< T, P, Option< T >> step, P parameter)
 
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, P >.FuncEnumerable ( seed,
DelegateFunc< T, P, T >  step,
parameter 
)
inline
Smooth.Collections.FuncEnumerable< T, P >.FuncEnumerable ( seed,
DelegateFunc< T, P, Option< T >>  step,
parameter 
)
inline

Member Function Documentation

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

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