C# Class RegExpose.Nodes.Parens.ParenCapture

Show file Open project: QuickenLoans/RegExpose Class Usage Examples

Public Methods

Method 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

Method Description
ParenCapture ( int number, int index, string value ) : System.Diagnostics

Method Details

Equals() public method

public Equals ( ParenCapture other ) : bool
other ParenCapture
return bool

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

Fail() public static method

public static Fail ( int number ) : ParenCapture
number int
return ParenCapture

GetHashCode() public method

public GetHashCode ( ) : int
return int

Pass() public static method

public static Pass ( int number, int index, string value ) : ParenCapture
number int
index int
value string
return ParenCapture