C# 클래스 RssToolkit.Pluralizer.Word

Word
파일 보기 프로젝트 열기: Throy/derp-octo-robot

공개 메소드들

메소드 설명
Word ( string singular, string plural ) : System

Initializes a new instance of the Word class.

메소드 상세

Word() 공개 메소드

Initializes a new instance of the Word class.
public Word ( string singular, string plural ) : System
singular string The singular.
plural string The plural.
리턴 System