GuidId
Namespace: Murder.Components
Assembly: Murder.dll
public sealed struct GuidId
⭐ Constructors
public GuidId()
public GuidId(string id, Guid target)
Parameters
id
string
target
Guid
⭐ Properties
Id
public readonly string Id;
Returns
string
Target
public readonly Guid Target;
Returns
Guid
⚡