C# Class System.Data.ProviderBase.CharacterSplitterRegex

Inheritance: SimpleRegex
显示文件 Open project: runefs/Marvin

Protected Methods

Method Description
Match ( string input, int beginning, int length ) : SimpleMatch

Private Methods

Method Description
CharacterSplitterRegex ( char delimiter ) : System.Data

Method Details

Match() protected method

protected Match ( string input, int beginning, int length ) : SimpleMatch
input string
beginning int
length int
return SimpleMatch