RazorEngine


IDynamicKnowLike

Defined in RazorEngine.dll.

This interface can be used on your custom dynamic objects if you want to know the interface you are impromptu-ly implementing.

Instance members

Instance memberDescription
KnownInterfaces()
Signature: unit -> unit
Modifiers: abstract

Property used to pass interface information to proxied object

KnownPropertySpec()
Signature: unit -> unit
Modifiers: abstract

Sets the known property spec.

Fork me on GitHub