C# 클래스 yazd.Proc

파일 보기 프로젝트 열기: toptensoftware/yazd 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
dependants List
firstInstruction Instruction
hasLocalReturn bool
lengthInBytes int

공개 메소드들

메소드 설명
Proc ( Instruction instruction ) : System

메소드 상세

Proc() 공개 메소드

public Proc ( Instruction instruction ) : System
instruction Instruction
리턴 System

프로퍼티 상세

dependants 공개적으로 프로퍼티

public List dependants
리턴 List

firstInstruction 공개적으로 프로퍼티

public Instruction,yazd firstInstruction
리턴 Instruction

hasLocalReturn 공개적으로 프로퍼티

public bool hasLocalReturn
리턴 bool

lengthInBytes 공개적으로 프로퍼티

public int lengthInBytes
리턴 int