InstructionEnumerator ​
Enumerates the bytes of an instruction.
Kind: Struct
Namespace: ConnectorLib.ConsoleAssembler.SNES
Inheritance: IDisposable → IEnumerator → IEnumerator<byte>
Public Constructors
InstructionEnumerator(Instruction instruction)
Enumerates the bytes of an instruction.
Public Member Functions
bool
MoveNext()
void
Reset()
void
Dispose()
Properties
Instruction
Instruction
[get, ]
The instruction to enumerate.
byte
Current
[get, ]
