Close() публичный абстрактный Метод

public abstract Close ( PlTermV termV ) : bool
termV PlTermV
Результат bool
Пример #1
0
        public virtual bool Close(ContextHandle handle, PlTermV a0)
        {
            bool res = handle.Close(a0);

            return(res);
        }
Пример #2
0
 public virtual bool Close(ContextHandle handle, PlTermV a0)
 {
     bool res = handle.Close(a0);
     return res;
 }