Skip to content

P_CommandLine_UnParserSettings_Consumed

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

UnParserSettings.Consumed Property

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

Syntax

C#

internal bool Consumed { get; set; }

VB

Friend Property Consumed As Boolean
	Get
	Set

C++

internal:
property bool Consumed {
	bool get ();
	void set (bool value);
}

F#

internal member Consumed : bool with get, set

Property Value

Type: Boolean

See Also

Reference

UnParserSettings Class
CommandLine Namespace

Clone this wiki locally