Dispose

MarkdownConverter.Dispose method

Releases all resources used by this MarkdownConverter instance, including the internal copy of the source document stream. Always call Dispose when you are finished, or use a using statement to ensure timely cleanup.

public void Dispose()

See Also