C# Class StatePrinting.Tests.IntegrationTests.Human

Datei anzeigen 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_oe property

public List Children
return List

Father public_oe property

public Human,StatePrinting.Tests.IntegrationTests Father
return Human

Mother public_oe property

public Human,StatePrinting.Tests.IntegrationTests Mother
return Human

Name public_oe property

public string Name
return string