Ejemplo n.º 1
0
 public override void WriteBase64(byte[] buffer, int index, int count)
 {
     EnsureWrappedWriter(XmlOutputMethod.Xml);
     _wrapped.WriteBase64(buffer, index, count);
 }