Struct UuidValue
Represents a validated UUID/GUID.
public readonly struct UuidValue
- Inherited Members
Constructors
UuidValue(Guid)
public UuidValue(Guid value)
Parameters
valueGuid
Properties
Value
public Guid Value { get; }
Represents a validated UUID/GUID.
public readonly struct UuidValue
public UuidValue(Guid value)
value Guidpublic Guid Value { get; }