C# Class AdEvade.Config.ConfigValueHelpers

Afficher le fichier Open project: coman3/EloBuddy.Addons

Méthodes publiques

Méthode Description
GetBool ( this value ) : bool
GetInt ( this value ) : int
IsBool ( this value ) : bool
IsInt ( this value ) : bool
Name ( this value ) : string
SetBool ( this key, bool value ) : void
SetInt ( this key, int value ) : void
SetTo ( this value, ConfigValue key ) : bool
SetTo ( this value, ConfigValue key ) : int
Value ( this value ) : short

Method Details

GetBool() public static méthode

public static GetBool ( this value ) : bool
value this
Résultat bool

GetInt() public static méthode

public static GetInt ( this value ) : int
value this
Résultat int

IsBool() public static méthode

public static IsBool ( this value ) : bool
value this
Résultat bool

IsInt() public static méthode

public static IsInt ( this value ) : bool
value this
Résultat bool

Name() public static méthode

public static Name ( this value ) : string
value this
Résultat string

SetBool() public static méthode

public static SetBool ( this key, bool value ) : void
key this
value bool
Résultat void

SetInt() public static méthode

public static SetInt ( this key, int value ) : void
key this
value int
Résultat void

SetTo() public static méthode

public static SetTo ( this value, ConfigValue key ) : bool
value this
key ConfigValue
Résultat bool

SetTo() public static méthode

public static SetTo ( this value, ConfigValue key ) : int
value this
key ConfigValue
Résultat int

Value() public static méthode

public static Value ( this value ) : short
value this
Résultat short