Table of Contents

Class ResourceIntrospectionManifest.ResourceDiskEnum.Value

Namespace
ValveResourceFormat.Blocks
Assembly
ValveResourceFormat.dll

Represents a value within a resource disk enum.

public class ResourceIntrospectionManifest.ResourceDiskEnum.Value

Inheritance

Inherited Members

Properties

EnumValue

Gets or sets the numeric enum value.

public int EnumValue { get; set; }

Property Value

int

EnumValueName

Gets or sets the enum value name.

public string EnumValueName { get; set; }

Property Value

string

Methods

WriteText(IndentedTextWriter)

Writes the enum value as text to the provided writer.

public void WriteText(IndentedTextWriter writer)

Parameters

writer IndentedTextWriter