Ejemplo n.º 1
0
 public DynamicTypeLattice(ITypeExprFactory /*!*/ factory, IPropExprFactory /*!*/ propFactory)
 {
     Contract.Requires(propFactory != null);
     Contract.Requires(factory != null);
     this.factory     = factory;
     this.propFactory = propFactory;
     // base();
 }
Ejemplo n.º 2
0
 public DynamicTypeLattice(ITypeExprFactory/*!*/ factory, IPropExprFactory/*!*/ propFactory) {
   Contract.Requires(propFactory != null);
   Contract.Requires(factory != null);
   this.factory = factory;
   this.propFactory = propFactory;
   // base();
 }