RazorEngine


InvokeArg

Defined in RazorEngine.dll.

Use for Named arguments passed to InvokeMethods

Constructors

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

Initializes a new instance of the InvokeArg class.

Instance members

Instance memberDescription
Name()
Signature: unit -> unit

Gets or sets the argument name.

Value()
Signature: unit -> unit

Gets or sets the argument value.

Static members

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