[This is preliminary documentation and is subject to change.]
Represents abstraction of template compilers. This class is not thread-safe
System Object NFX DisposableObject NFX.Templatization TemplateCompiler NFX.Templatization TextCSTemplateCompilerNamespace: NFX.TemplatizationAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public abstract class TemplateCompiler : DisposableObject,
IConfigurable, IEnumerable<CompileUnit>, IEnumerable
public abstract class TemplateCompiler : DisposableObject,
IConfigurable, IEnumerable<CompileUnit>, IEnumerable
Public MustInherit Class TemplateCompiler
Inherits DisposableObject
Implements IConfigurable, IEnumerable(Of CompileUnit),
IEnumerable
Public MustInherit Class TemplateCompiler
Inherits DisposableObject
Implements IConfigurable, IEnumerable(Of CompileUnit),
IEnumerable
public ref class TemplateCompiler abstract : public DisposableObject,
IConfigurable, IEnumerable<CompileUnit^>, IEnumerable
public ref class TemplateCompiler abstract : public DisposableObject,
IConfigurable, IEnumerable<CompileUnit^>, IEnumerable
[<AbstractClassAttribute>]
type TemplateCompiler =
class
inherit DisposableObject
interface IConfigurable
interface IEnumerable<CompileUnit>
interface IEnumerable
end
[<AbstractClassAttribute>]
type TemplateCompiler =
class
inherit DisposableObject
interface IConfigurable
interface IEnumerable<CompileUnit>
interface IEnumerable
end