Produce a raw 'dump' of the given record, not including attribute names etc, to the given
TextWriter.
| C# | Visual Basic |
public static void DumpRaw( TextWriter writer, ServiceRecord record )
Public Shared Sub DumpRaw ( _ writer As TextWriter, _ record As ServiceRecord _ )
- writer (TextWriter)
- A TextWriter where the 'dump' text is to be written.
- record (ServiceRecord)
- A ServiceRecord to be dumped.