C# Класс SharpOS.AOT.X86.TimesInstruction

Наследование: Mono.Cecil.Cil.Instruction
Показать файл Открыть проект

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

Метод Описание
TimesInstruction ( UInt32 length, Byte value ) : System

Initializes a new instance of the TimesInstruction class.

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

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

Initializes a new instance of the TimesInstruction class.
public TimesInstruction ( UInt32 length, Byte value ) : System
length System.UInt32 The length.
value Byte The value.
Результат System