C# Class yazd.Proc

Show file 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 property

public List dependants
return List

firstInstruction public property

public Instruction,yazd firstInstruction
return Instruction

hasLocalReturn public property

public bool hasLocalReturn
return bool

lengthInBytes public property

public int lengthInBytes
return int