예제 #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))
 {
 }