RazorEngine


InvokeArg<'T>

Defined in RazorEngine.dll.

InvokeArg that makes it easier to Cast from any IDictionaryValue

Constructors

ConstructorDescription
new(name, value)
Signature: (name:string * value:obj) -> unit

Initializes a new instance of the InvokeArg`1 class.

Static members

Static memberDescription
op_Explicit(pair)
Signature: pair:KeyValuePair<string,'T> -> InvokeArg<'T>
Fork me on GitHub