C# 클래스 Executor.Tree.CCombinator

상속: Executor.Tree.TreeNode
파일 보기 프로젝트 열기: codingteam/icfpc-2020

공개 프로퍼티들

프로퍼티 타입 설명
Instance CCombinator

공개 메소드들

메소드 설명
PrettyPrint ( int level ) : string
Print ( ) : string

비공개 메소드들

메소드 설명
CCombinator ( )

메소드 상세

PrettyPrint() 공개 메소드

public PrettyPrint ( int level ) : string
level int
리턴 string

Print() 공개 메소드

public Print ( ) : string
리턴 string

프로퍼티 상세

Instance 공개적으로 정적으로 프로퍼티

public static CCombinator,Executor.Tree Instance
리턴 CCombinator