C# Class cadencii.WaveUnitConfigElementStub

Inheritance: WaveUnitConfigElement
Exibir arquivo Open project: cadencii/cadencii Class Usage Examples

Public Methods

Method Description
getNakedKey ( ) : string
getNakedValue ( ) : string
setNakedKey ( string key ) : void
setNakedValue ( string value ) : void

Method Details

getNakedKey() public method

public getNakedKey ( ) : string
return string

getNakedValue() public method

public getNakedValue ( ) : string
return string

setNakedKey() public method

public setNakedKey ( string key ) : void
key string
return void

setNakedValue() public method

public setNakedValue ( string value ) : void
value string
return void