C# Class Parser.MatchTagAttributeBase

This attribute is used to determine whether there is certain tag at a position in a text.
Inheritance: System.Attribute
Datei anzeigen Open project: totpero/SqlParser Class Usage Examples

Public Methods

Method Description
Match ( string text, int position ) : bool

Method Details

Match() public abstract method

public abstract Match ( string text, int position ) : bool
text string
position int
return bool