[This is preliminary documentation and is subject to change.]
Returns CLR type that compiler produced IF language source compilation was performed
Namespace: NFX.TemplatizationAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public Type CompiledTemplateType { get; internal set; }
public Type CompiledTemplateType { get; internal set; }
Public Property CompiledTemplateType As Type
Get
Friend Set
Public Property CompiledTemplateType As Type
Get
Friend Set
public:
property Type^ CompiledTemplateType {
Type^ get ();
internal: void set (Type^ value);
}
public:
property Type^ CompiledTemplateType {
Type^ get ();
internal: void set (Type^ value);
}
member CompiledTemplateType : Type with get, internal set
member CompiledTemplateType : Type with get, internal set
Property Value
Type:
Type