C# Class System.Reflection.Emit.ILGenerator.LabelData

Mostra file Open project: kumpera/mono

Public Properties

Property Type Description
addr int
maxStack int

Public Methods

Method Description
LabelData ( int addr, int maxStack ) : System

Method Details

LabelData() public method

public LabelData ( int addr, int maxStack ) : System
addr int
maxStack int
return System

Property Details

addr public_oe property

public int addr
return int

maxStack public_oe property

public int maxStack
return int