Class ResourceIntrospectionManifest.ResourceDiskEnum.Value
Namespace: ValveResourceFormat.Blocks
Assembly: ValveResourceFormat.dll
Represents a value within a resource disk enum.
csharp
public class ResourceIntrospectionManifest.ResourceDiskEnum.ValueInheritance
object ← ResourceIntrospectionManifest.ResourceDiskEnum.Value
Properties
EnumValue
Gets or sets the numeric enum value.
csharp
public int EnumValue { get; set; }Property Value
EnumValueName
Gets or sets the enum value name.
csharp
public required string EnumValueName { get; set; }Property Value
Methods
WriteText(IndentedTextWriter)
Writes the enum value as text to the provided writer.
csharp
public void WriteText(IndentedTextWriter writer)Parameters
writer IndentedTextWriter

