Table of Contents

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

Value long

Properties

Value

public long Value { get; init; }

Property Value

long

Methods

ToString()

Returns the preview instance identifier as a string.

public override string ToString()

Returns

string