TemplateCompiler ClassNFX Class Library

[This is preliminary documentation and is subject to change.]

Represents abstraction of template compilers. This class is not thread-safe
Inheritance Hierarchy

OnlineSystem Object
  NFX DisposableObject
    NFX.Templatization TemplateCompiler
      NFX.Templatization TextCSTemplateCompiler

Namespace: NFX.Templatization
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public abstract class TemplateCompiler : DisposableObject, 
	IConfigurable, IEnumerable<CompileUnit>, IEnumerable
See Also