In This Topic
Dumps all metadata.
Syntax
'Declaration
Public Sub Dump( _
ByVal As System.IO.TextWriter, _
Optional ByVal As System.Integer _
)
public void Dump(
System.IO.TextWriter ,
System.int
)
Parameters
- writer
- The text writer output.
- level
- The level of tabulations.
See Also