Example #1
0
 public object Clone()
 {
     Int32Scope temp = new Int32Scope(MinValue, MaxValue);
     return temp;
 }
Example #2
0
        public object Clone()
        {
            Int32Scope temp = new Int32Scope(MinValue, MaxValue);

            return(temp);
        }