C# 클래스 SwfDotNet.IO.ByteCode.Compiler.JumpPos

Inner struct for storing branch data.
파일 보기 프로젝트 열기: bladecoding/SwfExport

공개 프로퍼티들

프로퍼티 타입 설명
Jump IJump
Position int

공개 메소드들

메소드 설명
JumpPos ( int pos, IJump j ) : System

메소드 상세

JumpPos() 공개 메소드

public JumpPos ( int pos, IJump j ) : System
pos int
j IJump
리턴 System

프로퍼티 상세

Jump 공개적으로 프로퍼티

public IJump Jump
리턴 IJump

Position 공개적으로 프로퍼티

public int Position
리턴 int