SmartFormat.Tests.Person.Person C# (CSharp) Method

Person() public method

public Person ( ) : System
return 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