Source code provided by [url]http://www.thinkingmedia.ca[/url][code] /// /// The Inflector class takes a string and can manipulate it to handle word /// variations such as pluralizations or camelizin
g and is normally accessed /// statically. /// public sealed class Inflector { /// /// Plural inflector rules /// private Dictionary _plural; /// /// Plural expressions that should be ignored. ...
No comments:
Post a Comment