C# Класс Parser.MatchTagAttributeBase

This attribute is used to determine whether there is certain tag at a position in a text.
Наследование: System.Attribute
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
Match ( string text, int position ) : bool

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

Match() публичный абстрактный Метод

public abstract Match ( string text, int position ) : bool
text string
position int
Результат bool