IActivator
Defined in RazorEngine.dll.
Defines the required contract for implementing an activator.
Instance members
Instance member | Description |
CreateInstance(context)
Signature: context:InstanceContext -> ITemplate
Modifiers: abstract |
Creates an instance of the specifed template. Returns: An instance of . |