GetSentence() public abstract method

public abstract GetSentence ( ) : Sentence
return Sentence
Example #1
0
 internal override string ToStringSelf()
 {
     return(string.Format("{0} ({1}, {2})", _leafNode.GetSentence(), StartPosition, EndPosition));
 }