A function chain captures a sequence of actions to be performed as part of a complex multi-part process.

Namespace:  Gallio.Common
Assembly:  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.

Inheritance Hierarchy

System..::.Object
  Gallio.Common..::.FuncChain<(Of <(T, TResult>)>)

See Also