Table of Contents

Class CommandLineArgument

Namespace
Fluxzy.Utils.Curl
Assembly
Fluxzy.Core.dll
public class CommandLineArgument : ICommandLineItem
Inheritance
CommandLineArgument
Implements
Inherited Members

Constructors

CommandLineArgument(string)

public CommandLineArgument(string value)

Parameters

value string

Properties

Value

public string Value { get; }

Property Value

string

Methods

ToCommandLine(CommandLineVariant)

public string ToCommandLine(CommandLineVariant variant)

Parameters

variant CommandLineVariant

Returns

string