P_CommandLine_UnParserSettings_Consumed - adutton/commandline GitHub Wiki
Namespace: CommandLine
Assembly: CommandLine (in CommandLine.dll) Version: 0.0.0
C#
internal bool Consumed { get; set; }VB
Friend Property Consumed As Boolean
Get
SetC++
internal:
property bool Consumed {
bool get ();
void set (bool value);
}F#
internal member Consumed : bool with get, set
Type: Boolean