C# Class FlatFiles.SeparatedValueRecordParser.Matcher2

Inheritance: IMatcher
显示文件 Open project: jehugaleahsa/FlatFiles

Public Methods

Method Description
IsMatch ( ) : bool
Matcher2 ( RetryReader reader, char first, char second ) : System

Method Details

IsMatch() public method

public IsMatch ( ) : bool
return bool

Matcher2() public method

public Matcher2 ( RetryReader reader, char first, char second ) : System
reader RetryReader
first char
second char
return System