Пример #1
0
 public override bool Understands(IFunctionSymbol /*!*/ f, IList /*!*/ args)
 {
     //Contract.Requires(args != null);
     //Contract.Requires(f != null);
     understandsCount++;
     return(lattice.Understands(f, args));
 }