System.Xml.Xsl.XsltOld.TextEvent.Evaluate C# (CSharp) Method

Evaluate() public method

public Evaluate ( Processor processor, ActionFrame frame ) : string
processor Processor
frame ActionFrame
return string
        public virtual string Evaluate(Processor processor, ActionFrame frame) {
            return this.text;
        }
    }