[This is preliminary documentation and is subject to change.]
Namespace: NFX.TemplatizationAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public TextCSTemplateCompiler(
params ITemplateSource<string>[] sources
)
public TextCSTemplateCompiler(
params ITemplateSource<string>[] sources
)
Public Sub New (
ParamArray sources As ITemplateSource(Of String)()
)
Public Sub New (
ParamArray sources As ITemplateSource(Of String)()
)
public:
TextCSTemplateCompiler(
... array<ITemplateSource<String^>^>^ sources
)
public:
TextCSTemplateCompiler(
... array<ITemplateSource<String^>^>^ sources
)
new :
sources : ITemplateSource<string>[] -> TextCSTemplateCompiler
new :
sources : ITemplateSource<string>[] -> TextCSTemplateCompiler