C# Class NanoByte.Common.Values.FileTypeAttribute

Inheritance: System.Attribute
Show file Open project: nano-byte/common

Public Methods

Method Description
FileTypeAttribute ( [ fileType ) : System

Creates a new file type attribute.

Method Details

FileTypeAttribute() public method

Creates a new file type attribute.
public FileTypeAttribute ( [ fileType ) : System
fileType [ The name of the file type (e.g. XML, JavaScript, Lua).
return System