Esempio n. 1
0
        public object Get <T>(Expression <Func <T> > labda)
        {
            string id = Objects.fullname(labda);

            return(this.Get(id));;
        }
Esempio n. 2
0
        public void Set <T>(Expression <Func <T> > labda, ThreeState value)
        {
            string id = Objects.fullname(labda);

            this.Set(id, value);
        }