C# Class SpeakFriend.Utilities.SettingInteger

Inheritance: Setting
Show file Open project: teamaton/speak-lib

Public Methods

Method Description
Clone ( ) : Setting
IsDefault ( ) : bool
SettingInteger ( ) : System
SettingInteger ( string key ) : System
SettingInteger ( string key, int defaultValue ) : System

Method Details

Clone() public method

public Clone ( ) : Setting
return Setting

IsDefault() public method

public IsDefault ( ) : bool
return bool

SettingInteger() public method

public SettingInteger ( ) : System
return System

SettingInteger() public method

public SettingInteger ( string key ) : System
key string
return System

SettingInteger() public method

public SettingInteger ( string key, int defaultValue ) : System
key string
defaultValue int
return System