C# 클래스 Tp.Core.Inflector.InflectorRule

파일 보기 프로젝트 열기: TargetProcess/Target-Process-Plugins

공개 메소드들

메소드 설명
Apply ( string word ) : string

Applies the specified word.

InflectorRule ( string regexPattern, string replacementText ) : System

Initializes a new instance of the InflectorRule class.

메소드 상세

Apply() 공개 메소드

Applies the specified word.
public Apply ( string word ) : string
word string The word.
리턴 string

InflectorRule() 공개 메소드

Initializes a new instance of the InflectorRule class.
public InflectorRule ( string regexPattern, string replacementText ) : System
regexPattern string The regex pattern.
replacementText string The replacement text.
리턴 System