C# 클래스 AdEvade.Config.ConfigValueHelpers

파일 보기 프로젝트 열기: coman3/EloBuddy.Addons

공개 메소드들

메소드 설명
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

메소드 상세

GetBool() 공개 정적인 메소드

public static GetBool ( this value ) : bool
value this
리턴 bool

GetInt() 공개 정적인 메소드

public static GetInt ( this value ) : int
value this
리턴 int

IsBool() 공개 정적인 메소드

public static IsBool ( this value ) : bool
value this
리턴 bool

IsInt() 공개 정적인 메소드

public static IsInt ( this value ) : bool
value this
리턴 bool

Name() 공개 정적인 메소드

public static Name ( this value ) : string
value this
리턴 string

SetBool() 공개 정적인 메소드

public static SetBool ( this key, bool value ) : void
key this
value bool
리턴 void

SetInt() 공개 정적인 메소드

public static SetInt ( this key, int value ) : void
key this
value int
리턴 void

SetTo() 공개 정적인 메소드

public static SetTo ( this value, ConfigValue key ) : bool
value this
key ConfigValue
리턴 bool

SetTo() 공개 정적인 메소드

public static SetTo ( this value, ConfigValue key ) : int
value this
key ConfigValue
리턴 int

Value() 공개 정적인 메소드

public static Value ( this value ) : short
value this
리턴 short