C# Класс StatePrinting.Tests.IntegrationTests.Human

Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
Children List
Father Human
Mother Human
Name string

Открытые методы

Метод Описание
Human ( string name, Human father = null, Human mother = null ) : System.Collections.Generic

Описание методов

Human() публичный Метод

public Human ( string name, Human father = null, Human mother = null ) : System.Collections.Generic
name string
father Human
mother Human
Результат System.Collections.Generic

Описание свойств

Children публичное свойство

public List Children
Результат List

Father публичное свойство

public Human,StatePrinting.Tests.IntegrationTests Father
Результат Human

Mother публичное свойство

public Human,StatePrinting.Tests.IntegrationTests Mother
Результат Human

Name публичное свойство

public string Name
Результат string