C# 클래스 StatePrinting.Tests.IntegrationTests.Human

파일 보기 프로젝트 열기: kbilsted/StatePrinter 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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