Ejemplo n.º 1
0
        //-----------------------------------------------------------------------------------------------------------------------------------------------------

        public IPropertyWriterGetter Get(Action <FunctionMethodWriter <T> > body)
        {
            var writer = new FunctionMethodWriter <T>(OwnerProperty.GetterMethod, body);

            return(null);
        }
Ejemplo n.º 2
0
        //-----------------------------------------------------------------------------------------------------------------------------------------------------

        public IPropertyWriterGetter Get(Action <FunctionMethodWriter <TypeTemplate.TProperty> > script)
        {
            var writer = new FunctionMethodWriter <TypeTemplate.TProperty>(OwnerProperty.GetterMethod, script);

            return(null);
        }