示例#1
0
 public TheoremTable()
 {
     _theorems        = new IdentifierDictionary <ITheorem>(4, 32);
     _transformations = new IdentifierDictionary <TransformationTypeTable>(4, 16);
     _properties      = new IdentifierDictionary <PropertyProviderTable>(4, 8);
 }
示例#2
0
 public ArchitectureTable()
 {
     _table = new IdentifierDictionary <List <IArchitectureFactory> >(4, 16);
 }