C# Class RegExpose.Nodes.Parens.ParenCapture

Afficher le fichier Open project: QuickenLoans/RegExpose Class Usage Examples

Méthodes publiques

Méthode Description
Equals ( ParenCapture other ) : bool
Equals ( object obj ) : bool
Fail ( int number ) : ParenCapture
GetHashCode ( ) : int
Pass ( int number, int index, string value ) : ParenCapture

Private Methods

Méthode Description
ParenCapture ( int number, int index, string value ) : System.Diagnostics

Method Details

Equals() public méthode

public Equals ( ParenCapture other ) : bool
other ParenCapture
Résultat bool

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

Fail() public static méthode

public static Fail ( int number ) : ParenCapture
number int
Résultat ParenCapture

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

Pass() public static méthode

public static Pass ( int number, int index, string value ) : ParenCapture
number int
index int
value string
Résultat ParenCapture