C# Class Expressive.Elements.IfThenElement

Inheritance: IElement
Mostrar archivo Open project: ashmind/expressive Class Usage Examples

Public Methods

Method Description
IfThenElement ( Expression condition, IList then, IList @else ) : System
ToString ( ) : string
ToString ( Indent indent ) : string

Private Methods

Method Description
GetBranches ( ) : IEnumerable>

Method Details

IfThenElement() public method

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

ToString() public method

public ToString ( ) : string
return string

ToString() public method

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