C# Class Expressive.Elements.BranchingElement

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

Public Methods

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

Method Details

BranchingElement() public method

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

GetBranches() public method

public GetBranches ( ) : IEnumerable>
return IEnumerable>

ToString() public method

public ToString ( ) : string
return string

ToString() public method

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