CommandLineApplication.Options Field

Definition

public: initonly System::Collections::Generic::List<Microsoft::Extensions::CommandLineUtils::CommandOption ^> ^ Options;
public readonly System.Collections.Generic.List<Microsoft.Extensions.CommandLineUtils.CommandOption> Options;
val mutable Options : System.Collections.Generic.List<Microsoft.Extensions.CommandLineUtils.CommandOption>
Public ReadOnly Options As List(Of CommandOption) 

Field Value

Applies to