C# 클래스 ServiceInsight.GrammarExtensions

파일 보기 프로젝트 열기: Particular/ServiceInsight

공개 메소드들

메소드 설명
PluralizeVerb ( this count ) : string
PluralizeWord ( this word, int count ) : string
SubmillisecondHumanize ( this timespan ) : string

비공개 메소드들

메소드 설명
GrammarExtensions ( ) : System

메소드 상세

PluralizeVerb() 공개 정적인 메소드

public static PluralizeVerb ( this count ) : string
count this
리턴 string

PluralizeWord() 공개 정적인 메소드

public static PluralizeWord ( this word, int count ) : string
word this
count int
리턴 string

SubmillisecondHumanize() 공개 정적인 메소드

public static SubmillisecondHumanize ( this timespan ) : string
timespan this
리턴 string