IActLikeProxyInitialize
Defined in RazorEngine.dll.
This interface can be used to define your own custom proxy if you preload it.
Remarks
Advanced usage only! This is required as well as ActLikeProxyAttribute
Instance members
Instance member | Description |
Initialize(...)
Signature: (original:obj * interfaces:IEnumerable<Type> * informalInterface:IDictionary<string,Type>) -> unit
Modifiers: abstract |
Method used to Initialize Proxy |