C# Class Jurassic.Compiler.DynamicILGenerator.ExceptionRegion

Show file Open project: paulbartrum/jurassic

Public Properties

Property Type Description
Clauses List
EndLabel ILLabel
Start int
TryLength int

Property Details

Clauses public property

public List Clauses
return List

EndLabel public property

public ILLabel EndLabel
return ILLabel

Start public property

public int Start
return int

TryLength public property

public int TryLength
return int