Ejemplo n.º 1
0
 /// <summary>Convert to a string representation of the message item.</summary>
 /// <returns></returns>
 public override string ToString()
 {
     return(string.Format("{0}(Noun {1}, Verb {2}, Condition {3}, Sequence {4}, Talker {5}, Unknown {6}, Text \"{7}\")", GetType().Name, Noun, Verb, Condition, Sequence, Talker, Unknowns.ToCommaSeparatedList(), Text));
 }