C# 클래스 NetDiff.Extensions.DictionaryExtensions

파일 보기 프로젝트 열기: etkirsch/NetDiff

공개 메소드들

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

메소드 상세

GetValue() 공개 정적인 메소드

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
리턴 string

GetValue() 공개 정적인 메소드

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