C# Class Clearwave.Util.Inflector.Rule

Afficher le fichier Open project: clearwavebuild/SqlDocDB

Méthodes publiques

Méthode Description
Apply ( string word ) : string
Rule ( string pattern, string replacement ) : System.Collections

Method Details

Apply() public méthode

public Apply ( string word ) : string
word string
Résultat string

Rule() public méthode

public Rule ( string pattern, string replacement ) : System.Collections
pattern string
replacement string
Résultat System.Collections