RazorEngine


ActLikeProxyAttribute

Defined in RazorEngine.dll.
Meta info describing proxy usage. Can be used to preload proxy.

Constructors

ConstructorDescription
new(interfaces, context)
Signature: (interfaces:Type [] * context:Type) -> unit

Instance members

Instance memberDescription
Context()
Signature: unit -> Type
Gets or sets the context.
Interfaces()
Signature: unit -> Type []
Gets or sets the interfaces.
Fork me on GitHub