示例#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());
 }