Class CharChainAddAfterOperation
An add-after operation for a chain of characters.
public sealed class CharChainAddAfterOperation : CharChainOperation
- Inheritance
-
CharChainAddAfterOperation
- Inherited Members
Constructors
CharChainAddAfterOperation()
Initializes a new instance of the CharChainAddAfterOperation class.
public CharChainAddAfterOperation()
Methods
Execute(ChainOperationContext<char>)
Executes this operation on the specified context.
public override void Execute(ChainOperationContext<char> context)
Parameters
context
ChainOperationContext<char>The context.
Exceptions
- ArgumentNullException
context
- InvalidOperationException
non-zero run
ToString()
Converts to string.
public override string ToString()