CSharpCodeProvider::FileExtension Property

 

Gets the file name extension to use when creating source code files.

Namespace:   Microsoft.CSharp
Assembly:  System (in System.dll)

public:
property String^ FileExtension {
	virtual String^ get() override;
}

Property Value

Type: System::String^

The file name extension to use for generated source code files.

This file name extension is usually the extension used by the language's source code files.

.NET Framework
Available since 1.1
Return to top
Show: