Table of Contents

Class KeyValueArgumentBuilder

Namespace: CmlLib.Core.CommandParser
Assembly: CmlLib.Core.dll

public class KeyValueArgumentBuilder

Inheritance

objectKeyValueArgumentBuilder

Inherited Members

object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.MemberwiseClone(), object.ReferenceEquals(object?, object?), object.ToString()

Properties

Key

public string Key { get; set; }

Property Value

string

Value

public string? Value { get; set; }

Property Value

string?

Methods

Clear()

public void Clear()

Complete()

public void Complete()

PopArguments()

public IEnumerable<KeyValueArgument> PopArguments()

Returns

IEnumerable<KeyValueArgument>