C# Class yazd.Proc

显示文件 Open project: toptensoftware/yazd Class Usage Examples

Public Properties

Property Type Description
dependants List
firstInstruction Instruction
hasLocalReturn bool
lengthInBytes int

Public Methods

Method Description
Proc ( Instruction instruction ) : System

Method Details

Proc() public method

public Proc ( Instruction instruction ) : System
instruction Instruction
return System

Property Details

dependants public_oe property

public List dependants
return List

firstInstruction public_oe property

public Instruction,yazd firstInstruction
return Instruction

hasLocalReturn public_oe property

public bool hasLocalReturn
return bool

lengthInBytes public_oe property

public int lengthInBytes
return int