Table of Contents

Struct DeletedKeyWithId<TKey>

Namespace
Stride.Core.Yaml
Assembly
Stride.Core.Assets.dll

A generic structure that implements the IKeyWithId interface for keys that are deleted.

public struct DeletedKeyWithId<TKey> : IKeyWithId

Type Parameters

TKey

The type of the key.

Implements
Inherited Members

Constructors

DeletedKeyWithId(ItemId)

Initializes a new instance of the KeyWithId<TKey> structure.

public DeletedKeyWithId(ItemId id)

Parameters

id ItemId

The ItemId associated to the deleted key.

Fields

Id

The ItemId associated to the key.

public readonly ItemId Id

Field Value

ItemId