C# Class TinyCsvParser.Tokenizer.Decorators.TokenizerProcessingDecorator.Preprocessor

Mostrar archivo Open project: bytefish/TinyCsvParser

Public Properties

Property Type Description
Processor string>.Func

Public Methods

Method Description
Preprocessor ( ) : System
Preprocessor ( string>.Func preprocessor ) : System

Method Details

Preprocessor() public method

public Preprocessor ( ) : System
return System

Preprocessor() public method

public Preprocessor ( string>.Func preprocessor ) : System
preprocessor string>.Func
return System

Property Details

Processor public_oe property

public Func Processor
return string>.Func