Table of Contents

Interface IFileExtensionMetadata

Namespace
Loehnert.Lisrt.Scripting.Editor.File.IntelliSense
Assembly
Loehnert.Lisrt.Scripting.dll

Represents a contract identified by a file extension.

public interface IFileExtensionMetadata

Properties

FileExtension

Gets the file extension with period.

string FileExtension { get; }

Property Value

string