C# Class Expressive.Elements.IfThenElement

Inheritance: IElement
Afficher le fichier Open project: ashmind/expressive Class Usage Examples

Méthodes publiques

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

Private Methods

Méthode Description
GetBranches ( ) : IEnumerable>

Method Details

IfThenElement() public méthode

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

ToString() public méthode

public ToString ( ) : string
Résultat string

ToString() public méthode

public ToString ( Indent indent ) : string
indent Expressive.Elements.Presentation.Indent
Résultat string