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#

private void Dispose(
	bool disposing
)

VB

Private Sub Dispose ( 
	disposing As Boolean
)

C++

private:
void Dispose(
	bool disposing
)

F#

private member Dispose : 
        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