InvokeArg
Defined in RazorEngine.dll.
Use for Named arguments passed to InvokeMethods
Constructors
Constructor | Description |
new(name, value)
Signature: (name:string * value:obj) -> unit
|
Initializes a new instance of the InvokeArg class. |
Instance members
Instance member | Description |
Name()
Signature: unit -> unit
|
Gets or sets the argument name. |
Value()
Signature: unit -> unit
|
Gets or sets the argument value. |
Static members
Static member | Description |
op_Explicit(pair)
Signature: pair:KeyValuePair<string,obj> -> InvokeArg
|