C# 클래스 Kirikiri.Tjs2.Translate.JavaCodeIntermediate.ClosureCode

파일 보기 프로젝트 열기: fantasydr/krkr-cs

공개 프로퍼티들

프로퍼티 타입 설명
mCode AList
mName string
mType int

공개 메소드들

메소드 설명
ClosureCode ( string name, int type, AList code ) : System.Collections.Generic
Write ( string classname, TextWriteStreamInterface stream ) : void

메소드 상세

ClosureCode() 공개 메소드

public ClosureCode ( string name, int type, AList code ) : System.Collections.Generic
name string
type int
code AList
리턴 System.Collections.Generic

Write() 공개 메소드

public Write ( string classname, TextWriteStreamInterface stream ) : void
classname string
stream TextWriteStreamInterface
리턴 void

프로퍼티 상세

mCode 공개적으로 프로퍼티

public AList mCode
리턴 AList

mName 공개적으로 프로퍼티

public string mName
리턴 string

mType 공개적으로 프로퍼티

public int mType
리턴 int