C# Class Assembler.Label

Afficher le fichier Open project: Rohansi/VM

Méthodes publiques

Свойство Type Description
Address int
Index int
Labels Label>.Dictionary
Name string

Méthodes publiques

Méthode Description
Label ( string name, int index ) : System.Collections.Generic

Method Details

Label() public méthode

public Label ( string name, int index ) : System.Collections.Generic
name string
index int
Résultat System.Collections.Generic

Property Details

Address public_oe property

public int Address
Résultat int

Index public_oe property

public int Index
Résultat int

Labels public_oe property

public Dictionary Labels
Résultat Label>.Dictionary

Name public_oe property

public string Name
Résultat string