Skip to content

M_CommandLine_ParserSettings_Dispose_1

Moh.Hassan edited this page Oct 10, 2019 · 1 revision

ParserSettings.Dispose Method (Boolean)

Releases the unmanaged resources used by the ParserSettings and optionally releases the managed resources

Namespace:CommandLine
Assembly: CommandLine (in CommandLine.dll) Version: 0.0.0

Syntax

C#

privatevoidDispose(booldisposing)

VB

PrivateSubDispose(disposingAsBoolean)

C++

private:voidDispose( bool disposing )

F#

privatememberDispose:disposing :bool ->unit 

Parameters

disposing
Type: System.Boolean
True to release both managed and unmanaged resources; false to release only unmanaged resources

See Also

Reference

ParserSettings Class
Dispose Overload
CommandLine Namespace

Clone this wiki locally