Skip to content

Class EmptyPassthroughArgumentValue

Namespace: Void.Minecraft.Commands.Brigadier.Serializers.Passthrough
Assembly: Void.Minecraft.dll

public record EmptyPassthroughArgumentValue : IPassthroughArgumentValue, IArgumentType, IAnyArgumentType, IEquatable<EmptyPassthroughArgumentValue>

Inheritance

objectEmptyPassthroughArgumentValue

Implements

IPassthroughArgumentValue, IArgumentType, IAnyArgumentType, IEquatable<EmptyPassthroughArgumentValue>

Inherited Members

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

Constructors

EmptyPassthroughArgumentValue(IArgumentSerializer)

public EmptyPassthroughArgumentValue(IArgumentSerializer Serializer)

Parameters

Serializer IArgumentSerializer

Properties

Serializer

public IArgumentSerializer Serializer { get; init; }

Property Value

IArgumentSerializer