C# Class NetDiff.Extensions.DictionaryExtensions

Mostrar archivo Open project: etkirsch/NetDiff

Public Methods

Method Description
GetValue ( string>.this dict, System key, string defaultValue = default(string) ) : string

http://stackoverflow.com/a/33223183/356849 TODO: move this to csharp-extensions, and make generic

GetValue ( string[]>.this dict, System key, string defaultValue = default(string[]) ) : string[]

Method Details

GetValue() public static method

http://stackoverflow.com/a/33223183/356849 TODO: move this to csharp-extensions, and make generic
public static GetValue ( string>.this dict, System key, string defaultValue = default(string) ) : string
dict string>.this
key System
defaultValue string
return string

GetValue() public static method

public static GetValue ( string[]>.this dict, System key, string defaultValue = default(string[]) ) : string[]
dict string[]>.this
key System
defaultValue string
return string[]