C# Class Expressive.Elements.BranchingElement

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

Méthodes publiques

Méthode Description
BranchingElement ( OpCode opCode, IList target, IList fallback ) : System
GetBranches ( ) : IEnumerable>
ToString ( ) : string
ToString ( Indent indent ) : string

Method Details

BranchingElement() public méthode

public BranchingElement ( OpCode opCode, IList target, IList fallback ) : System
opCode System.Reflection.Emit.OpCode
target IList
fallback IList
Résultat System

GetBranches() public méthode

public GetBranches ( ) : IEnumerable>
Résultat IEnumerable>

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