Пример #1
0
        public object Bind(ObjectPropertyBinder property)
        {
            _propertyStack.Push(property);

            try
            {
                return(Bind(Property.PropertyType));
            }
            finally
            {
                _propertyStack.Pop();
            }
        }
Пример #2
0
        public object Bind(ObjectPropertyBinder property)
        {
            _propertyStack.Push(property);

            try
            {
                return Bind(Property.PropertyType);
            }
            finally
            {
                _propertyStack.Pop();
            }
        }