RazorEngine


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 memberDescription
Initialize(...)
Signature: (original:obj * interfaces:IEnumerable<Type> * informalInterface:IDictionary<string,Type>) -> unit
Modifiers: abstract

Method used to Initialize Proxy

Fork me on GitHub