Skip to content

Class Property

Namespace: Void.Minecraft.Profiles
Assembly: Void.Minecraft.dll

public record Property : IEquatable<Property>

Inheritance

objectProperty

Implements

IEquatable<Property>

Inherited Members

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

Constructors

Property(string, string, bool, string?)

public Property(string name, string value, bool isSigned = false, string? signature = null)

Parameters

name string

value string

isSigned bool

signature string?

Properties

IsSigned

public bool IsSigned { get; init; }

Property Value

bool

Name

public string Name { get; init; }

Property Value

string

Signature

public string? Signature { get; init; }

Property Value

string?

Value

public string Value { get; init; }

Property Value

string