コード例 #1
0
 public ISOCountryLookup(IISOCountryReader <T> countryReader, string source, bool ignoreCase)
     : this(countryReader.Parse(source), ignoreCase)
 {
 }
コード例 #2
0
 public ISOCountryLookup(IISOCountryReader <T> countryReader, string source)
     : this(countryReader.Parse(source))
 {
 }