Struct PreviewInstanceId
- Namespace
- MoonBark.GridPlacement.Core.Events
- Assembly
- MoonBark.GridPlacement.Core.dll
Stable identifier for a preview instance lifecycle.
public readonly record struct PreviewInstanceId : IEquatable<PreviewInstanceId>
- Implements
- Inherited Members
Constructors
PreviewInstanceId(long)
Stable identifier for a preview instance lifecycle.
public PreviewInstanceId(long Value)
Parameters
Valuelong
Properties
Value
public long Value { get; init; }
Property Value
Methods
ToString()
Returns the preview instance identifier as a string.
public override string ToString()