C# 클래스 SharpOS.AOT.IR.Instructions.SimpleBranch

상속: Instruction
파일 보기 프로젝트 열기: sharpos/SharpOS

공개 메소드들

메소드 설명
SimpleBranch ( Type type, Register operand ) : System

Initializes a new instance of the SimpleBranch class.

메소드 상세

SimpleBranch() 공개 메소드

Initializes a new instance of the SimpleBranch class.
public SimpleBranch ( Type type, Register operand ) : System
type System.Type The type.
operand Register The operand.
리턴 System