Skip to content

Class StringArgumentValue

Namespace: Void.Minecraft.Commands.Brigadier.ArgumentTypes
Assembly: Void.Minecraft.dll

public record StringArgumentValue : IArgumentValue, IEquatable<StringArgumentValue>

Inheritance

objectStringArgumentValue

Implements

IArgumentValue, IEquatable<StringArgumentValue>

Inherited Members

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

Constructors

StringArgumentValue(string)

public StringArgumentValue(string Value)

Parameters

Value string

Properties

Value

public string Value { get; init; }

Property Value

string