Beispiel #1
0
        protected override object DoExecute(CodeContext context)
        {
            IAttributesCollection scopeObject  = _scope.Evaluate(context) as IAttributesCollection;
            CodeContext           scopeContext = RuntimeHelpers.CreateNestedCodeContext(scopeObject, context, true);

            _body.Execute(scopeContext);
            return(NextStatement);
        }