ComponentFactory.Quicksilver.Binding.EvalNodeArgList.Evaluate C# (CSharp) Méthode

Evaluate() public méthode

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