C# 클래스 Assembler.Label

파일 보기 프로젝트 열기: Rohansi/VM

공개 프로퍼티들

프로퍼티 타입 설명
Address int
Index int
Labels Label>.Dictionary
Name string

공개 메소드들

메소드 설명
Label ( string name, int index ) : System.Collections.Generic

메소드 상세

Label() 공개 메소드

public Label ( string name, int index ) : System.Collections.Generic
name string
index int
리턴 System.Collections.Generic

프로퍼티 상세

Address 공개적으로 프로퍼티

public int Address
리턴 int

Index 공개적으로 프로퍼티

public int Index
리턴 int

Labels 공개적으로 프로퍼티

public Dictionary Labels
리턴 Label>.Dictionary

Name 공개적으로 프로퍼티

public string Name
리턴 string