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

Afficher le fichier Open project: fantasydr/krkr-cs Class Usage Examples

Méthodes publiques

Свойство Type Description
mGetter AList
mName string
mSetter AList

Méthodes publiques

Méthode Description
Property ( string name ) : System.Collections.Generic
SetGetter ( AList code ) : void
SetSetter ( AList code ) : void

Method Details

Property() public méthode

public Property ( string name ) : System.Collections.Generic
name string
Résultat System.Collections.Generic

SetGetter() public méthode

public SetGetter ( AList code ) : void
code AList
Résultat void

SetSetter() public méthode

public SetSetter ( AList code ) : void
code AList
Résultat void

Property Details

mGetter public_oe property

public AList mGetter
Résultat AList

mName public_oe property

public string mName
Résultat string

mSetter public_oe property

public AList mSetter
Résultat AList