Exemplo n.º 1
0
 public override void WriteComment(string text)
 {
     if (_wrapped == null)
     {
         _eventCache.WriteComment(text);
     }
     else
     {
         _wrapped.WriteComment(text);
     }
 }
Exemplo n.º 2
0
 public override void WriteComment(string text)
 {
     EndCDataSection();
     _wrapped.WriteComment(text);
 }