Interface ITemplateLoaderFactory
Factory for creating a type of ITemplateLoader
Namespace: Simplic.UIDataTemplate
Assembly: Simplic.UIDataTemplate.dll
Syntax
public interface ITemplateLoaderFactory
Methods
| Improve this Doc View SourceCreate()
Create a new instance of an ITemplateLoader
Declaration
ITemplateLoader Create()
Returns
Type | Description |
---|---|
ITemplateLoader | New instance of ITemplateLoader |