Table of Contents

Class ExtensionAttribute

Namespace
ValveResourceFormat
Assembly
ValveResourceFormat.dll

Attribute to specify file extension for resource types.

[AttributeUsage(AttributeTargets.Field)]
public sealed class ExtensionAttribute : Attribute

Inheritance

Inherited Members

Constructors

ExtensionAttribute(string)

Initializes a new instance of the ValveResourceFormat.ExtensionAttribute class.

public ExtensionAttribute(string extension)

Parameters

extension string

The file extension.

Properties

Extension

Gets the file extension.

public string Extension { get; }

Property Value

string