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

Exibir arquivo Open project: fantasydr/krkr-cs Class Usage Examples

Public Properties

Property Type Description
mGetter AList
mName string
mSetter AList

Public Methods

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

Method Details

Property() public method

public Property ( string name ) : System.Collections.Generic
name string
return System.Collections.Generic

SetGetter() public method

public SetGetter ( AList code ) : void
code AList
return void

SetSetter() public method

public SetSetter ( AList code ) : void
code AList
return void

Property Details

mGetter public_oe property

public AList mGetter
return AList

mName public_oe property

public string mName
return string

mSetter public_oe property

public AList mSetter
return AList