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
EnumValueName
Gets or sets the enum value name.
public string EnumValueName { get; set; }
Property Value
Methods
WriteText(IndentedTextWriter)
Writes the enum value as text to the provided writer.
public void WriteText(IndentedTextWriter writer)
Parameters
writer
IndentedTextWriter