System.Xml.Xsl.XsltOld.TextEvent.Evaluate C# (CSharp) 메소드

Evaluate() 공개 메소드

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