Esempio n. 1
0
 public object Clone()
 {
     Int32Scope temp = new Int32Scope(MinValue, MaxValue);
     return temp;
 }
Esempio n. 2
0
        public object Clone()
        {
            Int32Scope temp = new Int32Scope(MinValue, MaxValue);

            return(temp);
        }