InvokeArg<'T>
Defined in RazorEngine.dll.
InvokeArg that makes it easier to Cast from any IDictionaryValue
Constructors
Constructor | Description |
new(name, value)
Signature: (name:string * value:obj) -> unit
|
Initializes a new instance of the InvokeArg`1 class. |
Static members
Static member | Description |
op_Explicit(pair)
Signature: pair:KeyValuePair<string,'T> -> InvokeArg<'T>
|