Esempio n. 1
0
 public IProperty LookupProperty(MathIdentifier propertyId)
 {
     return(_properties.GetValue(propertyId));
 }
Esempio n. 2
0
 public ConversionRouter LookupRouter(MathIdentifier structureId)
 {
     return(_table.GetValue(structureId).Router);
 }