C# Class C64Lib.Memory.Base.RomBase

Inheritance: MemoryBase
Afficher le fichier Open project: rosc77/vita64

Méthodes publiques

Méthode Description
RomBase ( byte data )
RomBase ( int size )
this ( int index ) : byte

Method Details

RomBase() public méthode

public RomBase ( byte data )
data byte

RomBase() public méthode

public RomBase ( int size )
size int

this() public méthode

public this ( int index ) : byte
index int
Résultat byte