Table of Contents

Class CharChainReplaceOperation

Namespace
Gve.Text
Assembly
Gve.Text.dll

A replace operation for a chain of characters.

public sealed class CharChainReplaceOperation : CharChainOperation
Inheritance
CharChainReplaceOperation
Inherited Members

Constructors

CharChainReplaceOperation()

Initializes a new instance of the CharChainReplaceOperation class.

public CharChainReplaceOperation()

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

ToString()

Converts to string.

public override string ToString()

Returns

string

A string that represents this instance.

See Also