C# Класс Mosa.Compiler.Framework.CIL.RethrowInstruction

Intermediate representation of the IL rethrow instruction.
Наследование: BaseCILInstruction
Показать файл Открыть проект

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

Метод Описание
RethrowInstruction ( OpCode opcode )

Initializes a new instance of the RethrowInstruction class.

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

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

Initializes a new instance of the RethrowInstruction class.
public RethrowInstruction ( OpCode opcode )
opcode OpCode The opcode.