C# Class Fanx.Emit.FCodeEmit.Jumps

Mostrar archivo Open project: xored/f4

Public Methods

Method Description
Jumps ( CILInstructions code ) : System
add ( int loc ) : CILLabel
get ( int loc ) : CILLabel

Method Details

Jumps() public method

public Jumps ( CILInstructions code ) : System
code PERWAPI.CILInstructions
return System

add() public method

public add ( int loc ) : CILLabel
loc int
return PERWAPI.CILLabel

get() public method

public get ( int loc ) : CILLabel
loc int
return PERWAPI.CILLabel