C# Class JavaToCSharp.Replacement

Afficher le fichier Open project: paulirwin/JavaToCSharp Class Usage Examples

Méthodes publiques

Méthode Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
Replace ( string input ) : string
Replacement ( string pattern, string replacement, RegexOptions options = RegexOptions.None ) : System.Text.RegularExpressions

Method Details

Equals() public méthode

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

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

Replace() public méthode

public Replace ( string input ) : string
input string
Résultat string

Replacement() public méthode

public Replacement ( string pattern, string replacement, RegexOptions options = RegexOptions.None ) : System.Text.RegularExpressions
pattern string
replacement string
options RegexOptions
Résultat System.Text.RegularExpressions