C# Class Tools.ArcEx

Inheritance: Arc
Afficher le fichier Open project: Ezakhiel/Donate-Money-For-Unicorns-ubbse2015

Méthodes publiques

Свойство Type Description
m_ref Regex

Méthodes publiques

Méthode Description
ArcEx ( Regex re, NfaNode next ) : System
Match ( char ch ) : bool
Print ( TextWriter s ) : void

Method Details

ArcEx() public méthode

public ArcEx ( Regex re, NfaNode next ) : System
re Regex
next NfaNode
Résultat System

Match() public méthode

public Match ( char ch ) : bool
ch char
Résultat bool

Print() public méthode

public Print ( TextWriter s ) : void
s System.IO.TextWriter
Résultat void

Property Details

m_ref public_oe property

public Regex,Tools m_ref
Résultat Regex