C# 클래스 TESVSnip.Domain.Scripts.ScriptCompiler.LocalVar

파일 보기 프로젝트 열기: figment/tesvsnip

공개 프로퍼티들

프로퍼티 타입 설명
index int
refid int
type VarType

공개 메소드들

메소드 설명
LocalVar ( int index, TESVSnip.Domain.Scripts.Token t ) : System

메소드 상세

LocalVar() 공개 메소드

public LocalVar ( int index, TESVSnip.Domain.Scripts.Token t ) : System
index int
t TESVSnip.Domain.Scripts.Token
리턴 System

프로퍼티 상세

index 공개적으로 프로퍼티

public int index
리턴 int

refid 공개적으로 프로퍼티

public int refid
리턴 int

type 공개적으로 프로퍼티

public VarType type
리턴 VarType