The FuncChain<(Of <(T, TResult>)>) type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| FuncChain<(Of <(T, TResult>)>) |
Creates a function chain.
|
Methods
| Name | Description | |
|---|---|---|
| Around |
Registers a function decorator to perform around all other actions
currently in the chain. The contained part of the chain
is passed in as a function to the decorator that the decorator
can choose to run (or not) as needed.
| |
| Equals | (Inherited from Object.) | |
| Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| ToString | (Inherited from Object.) |
Extension Methods
| Name | Description | |
|---|---|---|
| Format | Overloaded. |
Properties
| Name | Description | |
|---|---|---|
| Func |
Gets or sets a representation of the chain as a single function.
|
