C# Class BitmapReader.Extensions.IDictionaryExtensions

Show file Open project: egeozcan/DrawThatThing

Public Methods

Method Description
GetBoolValueOrDefault ( string>.this dict, string key, bool defVal ) : bool
GetIntValueOrDefault ( string>.this dict, string key, int defVal ) : int

Method Details

GetBoolValueOrDefault() public static method

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

GetIntValueOrDefault() public static method

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