C# 클래스 SmartFormat.Tests.Person

파일 보기 프로젝트 열기: scottrippey/SmartFormat.NET 1 사용 예제들

공개 메소드들

메소드 설명
Person ( ) : System
Person ( string newName, Gender gender, DateTime newBirthday, string newAddress ) : System
Random ( ) : int
ToString ( ) : string

메소드 상세

Person() 공개 메소드

public Person ( ) : System
리턴 System

Person() 공개 메소드

public Person ( string newName, Gender gender, DateTime newBirthday, string newAddress ) : System
newName string
gender Gender
newBirthday DateTime
newAddress string
리턴 System

Random() 공개 메소드

public Random ( ) : int
리턴 int

ToString() 공개 메소드

public ToString ( ) : string
리턴 string