Exemple #1
0
        public bool EvaluateAsBoolean(IInterpretContext ctx)
        {
            // todo check if there is some kinda default value specified in attributes
            object obj = Evaluate(ctx);

            return(reflector.AsBoolean(obj));
        }