Table of Contents

Struct KV3ID

Namespace
ValveResourceFormat.Serialization.KeyValues
Assembly
ValveResourceFormat.dll

Represents a ValveResourceFormat.Serialization.KeyValues.KeyValues3 identifier with a name and GUID.

public readonly record struct KV3ID : IEquatable<KV3ID>

Implements

Inherited Members

Constructors

KV3ID(string, Guid)

Represents a ValveResourceFormat.Serialization.KeyValues.KeyValues3 identifier with a name and GUID.

public KV3ID(string Name, Guid Id)

Parameters

Name string
Id Guid

Properties

Id

public Guid Id { get; init; }

Property Value

Guid

Name

public string Name { get; init; }

Property Value

string

Methods

ToString()

Returns the fully qualified type name of this instance.

public override string ToString()

Returns

string

The fully qualified type name.

Remarks

Returns the ValveResourceFormat.Serialization.KeyValues.KV3ID in the format "Name:version{Guid}".