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;
 }