Ejemplo n.º 1
0
 public Range(Fixnum begin, Fixnum end, bool excludeEnd = false)
     : this((iObject)begin, end, excludeEnd)
 {
 }
Ejemplo n.º 2
0
 public bool Equals(Fixnum other) => other.Value == Value;