Class FileFormatMetadataAttribute

FileFormatMetadataAttribute class

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

Constructors

NameDescription
FileFormatMetadataAttribute(FileFormatCategory, string, string, bool, bool, string, params string[])

Properties

NameDescription
Category { get; }
Dialect { get; }
Extensions { get; }
FullName { get; }
Input { get; }
Mnemonic { get; }
Output { get; }

See Also