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 -> IEnumerable<Type>
Modifiers: abstract
Property used to pass interface information to proxied object
KnownPropertySpec()
Signature: unit -> IDictionary<string,Type>
Modifiers: abstract
Sets the known property spec.
Fork me on GitHub