Esempio n. 1
0
        public static Bounded CreateEmpty(string propertyName, int defaultValue)
        {
            var bounded = new Bounded(defaultValue);

            return(bounded);
        }