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

Afficher le fichier Open project: kumpera/mono

Méthodes publiques

Свойство Type Description
addr int
maxStack int

Méthodes publiques

Méthode Description
LabelData ( int addr, int maxStack ) : System

Method Details

LabelData() public méthode

public LabelData ( int addr, int maxStack ) : System
addr int
maxStack int
Résultat System

Property Details

addr public_oe property

public int addr
Résultat int

maxStack public_oe property

public int maxStack
Résultat int