C# 클래스 Expressive.Elements.BranchingElement

상속: IElement
파일 보기 프로젝트 열기: ashmind/expressive 1 사용 예제들

공개 메소드들

메소드 설명
BranchingElement ( OpCode opCode, IList target, IList fallback ) : System
GetBranches ( ) : IEnumerable>
ToString ( ) : string
ToString ( Indent indent ) : string

메소드 상세

BranchingElement() 공개 메소드

public BranchingElement ( OpCode opCode, IList target, IList fallback ) : System
opCode System.Reflection.Emit.OpCode
target IList
fallback IList
리턴 System

GetBranches() 공개 메소드

public GetBranches ( ) : IEnumerable>
리턴 IEnumerable>

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

ToString() 공개 메소드

public ToString ( Indent indent ) : string
indent Expressive.Elements.Presentation.Indent
리턴 string