The ActionChain<(Of <(T1, T2>)>) type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| ActionChain<(Of <(T1, T2>)>) | Initializes a new instance of the ActionChain<(Of <(T1, T2>)>) class |
Methods
| Name | Description | |
|---|---|---|
| After |
Registers an action to perform after all other actions
currently in the chain.
| |
| Around |
Registers an action to perform around all other actions
currently in the chain. The contained part of the chain
is passed in as an action to the decorator that the decorator
can choose to run (or not) as needed.
| |
| Before |
Registers an action to perform before all other actions
currently in the chain.
| |
| Clear |
Clears the chain and sets it action to NoOp.
| |
| 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. |
Fields
| Name | Description | |
|---|---|---|
| NoOp |
Gets a singleton action that does nothing when invoked.
|
Properties
| Name | Description | |
|---|---|---|
| Action |
Gets or sets a representation of the chain as a single action.
|
