Skip to the content.

PipeAndFilter API:PipeAndFilter

Build License NuGet Downloads

Back to List Api

PipeAndFilter

Namespace: PipeFilterCore

Represents PipeAndFilter Creator.

public static class PipeAndFilter

Inheritance ObjectPipeAndFilter

Methods

New<T>(Char)

Create PipeAndFilter component.

public static IPipeAndFilterStart<T> New<T>(char sepsameinstance)

Type Parameters

T

Parameters

sepsameinstance Char
The separator char when it has the same instance. Default value is ‘#’
When the alias refers to the same instance and the alias is not informed, an alias is created with the name of the activated method, the char and a sequence starting from 1.

Returns

IPipeAndFilterStart<T>


Back to List Api