SmartFormat.Tests.Person.Person C# (CSharp) 메소드

Person() 공개 메소드

public Person ( ) : System
리턴 System
		public Person()
		{
			this.Friends = new List<Person>();
		}
		public Person(string newName, Gender gender, DateTime newBirthday, string newAddress, params Person[] newFriends)

Same methods

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