Table of Contents

Class FileExtensionConstants

Namespace
Refitter.Core
Assembly
Refitter.Core.dll

Constants for file extensions used throughout the application.

public static class FileExtensionConstants
Inheritance
FileExtensionConstants
Inherited Members

Fields

CSharp

The C# file extension.

public const string CSharp = ".cs"

Field Value

string

GeneratedCSharp

The generated C# file extension.

public const string GeneratedCSharp = ".g.cs"

Field Value

string

Refitter

The refitter settings file extension.

public const string Refitter = ".refitter"

Field Value

string