C# Class StatePrinting.Tests.IntegrationTests.Human

Show file Open project: kbilsted/StatePrinter Class Usage Examples

Public Properties

Property Type Description
Children List
Father Human
Mother Human
Name string

Public Methods

Method Description
Human ( string name, Human father = null, Human mother = null ) : System.Collections.Generic

Method Details

Human() public method

public Human ( string name, Human father = null, Human mother = null ) : System.Collections.Generic
name string
father Human
mother Human
return System.Collections.Generic

Property Details

Children public property

public List Children
return List

Father public property

public Human,StatePrinting.Tests.IntegrationTests Father
return Human

Mother public property

public Human,StatePrinting.Tests.IntegrationTests Mother
return Human

Name public property

public string Name
return string