Struct KV3ID ​
Namespace: ValveResourceFormat.Serialization.KeyValues
Assembly: ValveResourceFormat.dll
Represents a identifier with a name and GUID.
csharp
public readonly record struct KV3ID : IEquatable<KV3ID>Implements ​
Constructors ​
KV3ID(string, Guid) ​
Represents a identifier with a name and GUID.
csharp
public KV3ID(string Name, Guid Id)Parameters ​
Name string
Id Guid
Properties ​
Id ​
csharp
public Guid Id { get; init; }Property Value ​
Name ​
csharp
public string Name { get; init; }Property Value ​
Methods ​
ToString() ​
Returns the fully qualified type name of this instance.
csharp
public override string ToString()Returns ​
The fully qualified type name.
Remarks ​
Returns the in the format "Name:version{Guid}".

