A function chain captures a sequence of actions to be performed as
part of a complex multi-part process.
Namespace:
Gallio.CommonAssembly: Gallio (in Gallio.dll) Version: 3.3.0.0 (3.3.459.0)
Syntax
| C# |
|---|
public class FuncChain<T, TResult> |
| Visual Basic (Declaration) |
|---|
Public Class FuncChain(Of T, TResult) |
Type Parameters
- T
- The function argument type.
- TResult
- The function result type.
