예제 #1
0
 public QuantityParser(UnitAbbreviationsCache unitAbbreviationsCache)
 {
     _unitAbbreviationsCache = unitAbbreviationsCache ?? UnitAbbreviationsCache.Default;
     _unitParser             = new UnitParser(_unitAbbreviationsCache);
 }
예제 #2
0
 static UnitParser()
 {
     Default = new UnitParser(UnitAbbreviationsCache.Default);
 }