Id
interludesoftware.tick¶
Interlude.Tick¶
Id Struct¶
Constructors¶
Id(string) Constructor¶
Creates an Id from a string label.
Parameters¶
value System.String
Id(Guid) Constructor¶
Creates an Id from a System.Guid.
Parameters¶
guid System.Guid
Operators¶
Id.implicit operator Id(string) Operator¶
Implicitly converts a string to an Id.
Parameters¶
value System.String
Returns¶
Id.implicit operator Id(Guid) Operator¶
Implicitly converts a System.Guid to an Id.
Parameters¶
id System.Guid