Esempio n. 1
0
 public override void CopyFrom(TermState other)
 {
     if (Debugging.AssertsEnabled)
     {
         Debugging.Assert(other is OrdTermState, () => "can not copy from " + other.GetType().Name);
     }
     this.Ord = ((OrdTermState)other).Ord;
 }
Esempio n. 2
0
 public override void CopyFrom(TermState other)
 {
     Debug.Assert(other is OrdTermState, "can not copy from " + other.GetType().Name);
     this.Ord = ((OrdTermState)other).Ord;
 }
Esempio n. 3
0
 public override void CopyFrom(TermState other)
 {
     Debug.Assert(other is OrdTermState, "can not copy from " + other.GetType().Name);
     this.Ord = ((OrdTermState)other).Ord;
 }