XmlWriter Type
The byte-level output abstraction used by XML encoders.
Instance members
| Instance member |
Description
|
Full Usage:
this.Count
Returns: int
Modifiers: abstract |
Exposes the number of written bytes.
|
Full Usage:
this.Data
Returns: byte[]
Modifiers: abstract |
Exposes the current backing storage.
|
CodecMapper