C# Class StatePrinting.Tests.IntegrationTests.Human

Afficher le fichier Open project: kbilsted/StatePrinter Class Usage Examples

Méthodes publiques

Свойство Type Description
Children List
Father Human
Mother Human
Name string

Méthodes publiques

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

Method Details

Human() public méthode

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

Property Details

Children public_oe property

public List Children
Résultat List

Father public_oe property

public Human,StatePrinting.Tests.IntegrationTests Father
Résultat Human

Mother public_oe property

public Human,StatePrinting.Tests.IntegrationTests Mother
Résultat Human

Name public_oe property

public string Name
Résultat string