Class KeyValueArgumentBuilder
Namespace: CmlLib.Core.CommandParser
Assembly: CmlLib.Core.dll
public class KeyValueArgumentBuilder
Inheritance
object ← KeyValueArgumentBuilder
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
Value
public string? Value { get; set; }
Property Value
Methods
Clear()
public void Clear()
Complete()
public void Complete()
PopArguments()
public IEnumerable<KeyValueArgument> PopArguments()