ComponentFactory.Quicksilver.Binding.EvalNodeArgList.Evaluate C# (CSharp) Method

Evaluate() public method

Evalaute this node and return result.
public Evaluate ( object thisObject ) : EvalResult
thisObject object Reference to object that is exposed as 'this'.
return EvalResult
        public override EvalResult Evaluate(object thisObject)
        {
            throw new ApplicationException("EvalNodeArgList should not be called to evaluate itself.");
        }