C# 클래스 BitmapReader.Extensions.IDictionaryExtensions

파일 보기 프로젝트 열기: egeozcan/DrawThatThing

공개 메소드들

메소드 설명
GetBoolValueOrDefault ( string>.this dict, string key, bool defVal ) : bool
GetIntValueOrDefault ( string>.this dict, string key, int defVal ) : int

메소드 상세

GetBoolValueOrDefault() 공개 정적인 메소드

public static GetBoolValueOrDefault ( string>.this dict, string key, bool defVal ) : bool
dict string>.this
key string
defVal bool
리턴 bool

GetIntValueOrDefault() 공개 정적인 메소드

public static GetIntValueOrDefault ( string>.this dict, string key, int defVal ) : int
dict string>.this
key string
defVal int
리턴 int