C# Class Kirikiri.Tjs2.Translate.JavaCodeIntermediate.ClosureCode

Afficher le fichier Open project: fantasydr/krkr-cs

Méthodes publiques

Свойство Type Description
mCode AList
mName string
mType int

Méthodes publiques

Méthode Description
ClosureCode ( string name, int type, AList code ) : System.Collections.Generic
Write ( string classname, TextWriteStreamInterface stream ) : void

Method Details

ClosureCode() public méthode

public ClosureCode ( string name, int type, AList code ) : System.Collections.Generic
name string
type int
code AList
Résultat System.Collections.Generic

Write() public méthode

public Write ( string classname, TextWriteStreamInterface stream ) : void
classname string
stream TextWriteStreamInterface
Résultat void

Property Details

mCode public_oe property

public AList mCode
Résultat AList

mName public_oe property

public string mName
Résultat string

mType public_oe property

public int mType
Résultat int