M_CommandLine_Parser_Dispose_1 - adutton/commandline GitHub Wiki
Releases the unmanaged resources used by the Parser and optionally releases the managed resources
Namespace: CommandLine
Assembly: CommandLine (in CommandLine.dll) Version: 0.0.0
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
- disposing
- Type: System.Boolean
True to release both managed and unmanaged resources; false to release only unmanaged resources