Table of Contents

Class TypeOfExtensionAttribute

Namespace
SunamoFileExtensions.Attributes
Assembly
SunamoFileExtensions.dll

Attribute to specify the type of a file extension

public class TypeOfExtensionAttribute : Attribute
Inheritance
TypeOfExtensionAttribute
Inherited Members
Extension Methods

Constructors

TypeOfExtensionAttribute(TypeOfExtension)

Initializes a new instance of the TypeOfExtensionAttribute class

public TypeOfExtensionAttribute(TypeOfExtension typeOfExtension)

Parameters

typeOfExtension TypeOfExtension

The type of the extension

Properties

Type

Gets or sets the type of the extension

public TypeOfExtension Type { get; set; }

Property Value

TypeOfExtension