GPUserId

AUTO-GENERATED FILE – DO NOT EDIT MANUALLY

This page documents the supported public API surface only. Private, internal, benchmark, test, and implementation-detail types are intentionally omitted.

Declaration

1
public readonly record struct GPUserId (Guid Value)

Metadata

Namespace: GridPlacement.Core.Types

Source File: cs/Core/Types/GPUserId.cs

Assembly: GridPlacement.Core

Type: record struct

Implements

  • IEquatable<GPUserId>

Constructors

GPUserId

1
public GPUserId(Guid Value)

Properties

Value

1
public Guid Value { get; init; }

IsEmpty

1
public bool IsEmpty { get; }

Fields

Empty

1
public static readonly GPUserId Empty

Methods

New

1
public static GPUserId New()