C# Class FlatFiles.SeparatedValueRecordParser.Matcher

Inheritance: IMatcher
ファイルを表示 Open project: jehugaleahsa/FlatFiles

Public Methods

Method Description
IsMatch ( ) : bool
Matcher ( RetryReader reader, string separator ) : System

Method Details

IsMatch() public method

public IsMatch ( ) : bool
return bool

Matcher() public method

public Matcher ( RetryReader reader, string separator ) : System
reader RetryReader
separator string
return System