예제 #1
0
 public virtual DObject OpMUL(DObject other)
 {
     throw OpException(GetType(), other.GetType());
 }
예제 #2
0
 public virtual DBool OpLS(DObject other)
 {
     throw OpException(GetType(), other.GetType());
 }