[This is preliminary documentation and is subject to change.]
Returns source code in a language that particular TemplateCompiler derivative supports.
Use TemplateCompiler.LanguageName to determine language polymorphicaly
Namespace: NFX.TemplatizationAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public string CompiledSource { get; internal set; }public string CompiledSource { get; internal set; }Public Property CompiledSource As String
Get
Friend Set
Public Property CompiledSource As String
Get
Friend Set
public:
property String^ CompiledSource {
String^ get ();
internal: void set (String^ value);
}public:
property String^ CompiledSource {
String^ get ();
internal: void set (String^ value);
}member CompiledSource : string with get, internal set
member CompiledSource : string with get, internal set
Property Value
Type:
String