C# Класс System.Data.ProviderBase.SimpleRegex

Показать файл Открыть проект Примеры использования класса

Защищенные методы

Метод Описание
IsWordChar ( char c ) : bool
Match ( string input ) : SimpleMatch
Match ( string input, int beginning, int length ) : SimpleMatch

Описание методов

IsWordChar() защищенный Метод

protected IsWordChar ( char c ) : bool
c char
Результат bool

Match() защищенный Метод

protected Match ( string input ) : SimpleMatch
input string
Результат SimpleMatch

Match() абстрактный защищенный Метод

abstract protected Match ( string input, int beginning, int length ) : SimpleMatch
input string
beginning int
length int
Результат SimpleMatch