C# Класс Mosa.Compiler.Framework.BaseCodeEmitter.Patch

Patch
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
Label int
Position long

Открытые методы

Метод Описание
Patch ( int label, long position ) : System.Collections.Generic

Initializes a new instance of the Patch struct.

ToString ( ) : string

Returns a System.String that represents this instance.

Описание методов

Patch() публичный Метод

Initializes a new instance of the Patch struct.
public Patch ( int label, long position ) : System.Collections.Generic
label int The label.
position long The position.
Результат System.Collections.Generic

ToString() публичный Метод

Returns a System.String that represents this instance.
public ToString ( ) : string
Результат string

Описание свойств

Label публичное свойство

Patch label
public int Label
Результат int

Position публичное свойство

The patch's position in the stream
public long Position
Результат long