LUID Description struct Tinman.Core.Util.LUID Helper class for generating locally unique identifiers (LUIDs). A LUID is guaranteed to be unique only throughout the lifetime of the enclosing process. Public / Constructors LUID public constructor LUID → (1) value in : int32 The unique value. Creates a new instance of LUID. Public / Methods New public static method New → () returns → LUID The generated value. Generates a new LUID value. Public / Attributes Value public readonly attribute Value → (int32) The unique value. Serialization Serializer public static readonly attribute Serializer → (ITypeSerializer<LUID>) The serialization helper object for values of LUID. IdGenerator Pair