The ActionChain<(Of <(T1, T2>)>) type exposes the following members.

Constructors

  NameDescription
ActionChain<(Of <(T1, T2>)>)
Initializes a new instance of the ActionChain<(Of <(T1, T2>)>) class

Methods

  NameDescription
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
Determines whether the specified Object is equal to the current Object.
(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
Returns a String that represents the current Object.
(Inherited from Object.)

Extension Methods

  NameDescription
FormatOverloaded.

Fields

  NameDescription
NoOp
Gets a singleton action that does nothing when invoked.

Properties

  NameDescription
Action
Gets or sets a representation of the chain as a single action.

See Also