Exemple #1
0
 public void CopyFrom(IntegerRange from)
 {
     _first = from._first;
     _count = from._count;
     EnsureValidity();
 }
 public void CopyFrom(IntegerRange from)
 {
   _first = from._first;
   _count = from._count;
   EnsureValidity();
 }