C# Class NetDiff.Extensions.DictionaryExtensions

Afficher le fichier Open project: etkirsch/NetDiff

Méthodes publiques

Méthode 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 méthode

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
Résultat string

GetValue() public static méthode

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