[This is preliminary documentation and is subject to change.]
Gets the name of the language that this compiler supports, i.e. "C#"
Namespace: NFX.TemplatizationAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public abstract string LanguageName { get; }
public abstract string LanguageName { get; }
Public MustOverride ReadOnly Property LanguageName As String
Get
Public MustOverride ReadOnly Property LanguageName As String
Get
public:
virtual property String^ LanguageName {
String^ get () abstract;
}
public:
virtual property String^ LanguageName {
String^ get () abstract;
}
abstract LanguageName : string with get
abstract LanguageName : string with get
Property Value
Type:
String