Class Property
Namespace: Void.Minecraft.Profiles
Assembly: Void.Minecraft.dll
public record Property : IEquatable<Property>Inheritance
Implements
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
Name
public string Name { get; init; }Property Value
Signature
public string? Signature { get; init; }Property Value
Value
public string Value { get; init; }