public virtual void Visit (ServerCommentNode node)
		{
		}
示例#2
0
 public virtual void Visit(ServerCommentNode node)
 {
 }
		public override void Visit (ServerCommentNode node)
		{
			debugString.Append ('\t', indent);
			debugString.AppendLine (node.ToString ());
		}