# C1.Util.DX.WIC.MetadataQueryReader.Dump

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Util_DX_WIC_MetadataQueryReader_Dump_" data-uid="C1.Util.DX.WIC.MetadataQueryReader.Dump*">Dump Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Util_DX_WIC_MetadataQueryReader_Dump_" data-uid="C1.Util.DX.WIC.MetadataQueryReader.Dump*"></a>
<h4 id="C1_Util_DX_WIC_MetadataQueryReader_Dump_System_IO_TextWriter_System_Int32_" data-uid="C1.Util.DX.WIC.MetadataQueryReader.Dump(System.IO.TextWriter,System.Int32)">Dump(TextWriter, int)</h4>
<div class="markdown level1 summary"><p>Dumps all metadata.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public void Dump(TextWriter writer, int level = 0)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub Dump(writer As TextWriter, Optional level As Integer = 0)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.io.textwriter">TextWriter</a></td>
      <td><span class="parametername">writer</span></td>
      <td><p>The text writer output.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></td>
      <td><span class="parametername">level</span></td>
      <td><p>The level of tabulations.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 id="C1_Util_DX_WIC_MetadataQueryReader_Dump_System_IO_TextWriter_System_Int32__remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>This is a simple helper method to dump metadata stored in this instance.</p>
</div>
</div>
