예제 #1
0
 /// <summary>
 /// Release all native resources used by this object.
 /// </summary>
 protected virtual void Dispose(bool disposing)
 {
     if (disposing)
     {
         if (_jsonWriter != null)
         {
             _jsonWriter.Dispose();
         }
     }
 }