C# Class Babel.Compiler.ResumePoint

Mostra file Open project: shugo/babel Class Usage Examples

Protected Properties

Property Type Description
index int
label System.Reflection.Emit.Label

Public Methods

Method Description
ResumePoint ( ) : System

Method Details

ResumePoint() public method

public ResumePoint ( ) : System
return System

Property Details

index protected_oe property

protected int index
return int

label protected_oe property

protected Label,System.Reflection.Emit label
return System.Reflection.Emit.Label