Table of Contents

Class CharChainAddBeforeOperation

Namespace
Gve.Text
Assembly
Gve.Text.dll

An add-before operation for a chain of characters.

public sealed class CharChainAddBeforeOperation : CharChainOperation
Inheritance
CharChainAddBeforeOperation
Inherited Members

Constructors

CharChainAddBeforeOperation()

Initializes a new instance of the CharChainAddBeforeOperation class.

public CharChainAddBeforeOperation()

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()

Returns

string

A string that represents this instance.

See Also