C# 클래스 ShiHirPronounProvider, digos-ambassador

Provides shi and hir pronouns.
상속: PronounProvider
파일 보기 프로젝트 열기: Nihlus/digos-ambassador

공개 메소드들

메소드 설명
GetObjectForm ( ) : string
GetPossessiveAdjectiveForm ( ) : string
GetPossessiveForm ( bool withVerb = false ) : string
GetReflexiveForm ( ) : string
GetSubjectForm ( bool withVerb = false ) : string

메소드 상세

GetObjectForm() 공개 메소드

public GetObjectForm ( ) : string
리턴 string

GetPossessiveAdjectiveForm() 공개 메소드

public GetPossessiveAdjectiveForm ( ) : string
리턴 string

GetPossessiveForm() 공개 메소드

public GetPossessiveForm ( bool withVerb = false ) : string
withVerb bool
리턴 string

GetReflexiveForm() 공개 메소드

public GetReflexiveForm ( ) : string
리턴 string

GetSubjectForm() 공개 메소드

public GetSubjectForm ( bool withVerb = false ) : string
withVerb bool
리턴 string