Ejemplo n.º 1
0
 public void AddStructure(MathIdentifier structureId, ConversionRouter router, Type type)
 {
     if (!_table.ContainsId(structureId))
     {
         _table.Add(structureId, new StructureType(structureId, router, type));
     }
 }
Ejemplo n.º 2
0
 public bool ContainsProperty(MathIdentifier propertyId)
 {
     return(_properties.ContainsId(propertyId));
 }