C# 클래스 Expressive.Elements.IfThenElement

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

공개 메소드들

메소드 설명
IfThenElement ( Expression condition, IList then, IList @else ) : System
ToString ( ) : string
ToString ( Indent indent ) : string

비공개 메소드들

메소드 설명
GetBranches ( ) : IEnumerable>

메소드 상세

IfThenElement() 공개 메소드

public IfThenElement ( Expression condition, IList then, IList @else ) : System
condition System.Linq.Expressions.Expression
then IList
@else IList
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

ToString() 공개 메소드

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