Пример #1
0
 public IExpr UnsetFunc(string name)
 {
     _context.UnsetFunc(name);
     return(this);
 }