Close() public abstract method

public abstract Close ( PlTermV termV ) : bool
termV PlTermV
return bool
Ejemplo n.º 1
0
        public virtual bool Close(ContextHandle handle, PlTermV a0)
        {
            bool res = handle.Close(a0);

            return(res);
        }
Ejemplo n.º 2
0
 public virtual bool Close(ContextHandle handle, PlTermV a0)
 {
     bool res = handle.Close(a0);
     return res;
 }