Skip to content

Class LongArgumentValue

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

public record LongArgumentValue : IArgumentValue, IEquatable<LongArgumentValue>

Inheritance

objectLongArgumentValue

Implements

IArgumentValue, IEquatable<LongArgumentValue>

Inherited Members

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

Constructors

LongArgumentValue(long)

public LongArgumentValue(long Value)

Parameters

Value long

Properties

Value

public long Value { get; init; }

Property Value

long