RazorEngine


ThisAction<'T1>

Defined in RazorEngine.dll.

Special Delegate used to make impromptu object methods first parameter is this.

Constructors

ConstructorDescription
new(object, method)
Signature: (object:obj * method:nativeint) -> unit

Instance members

Instance memberDescription
BeginInvoke(...)
Signature: (this:obj * arg1:'T1 * callback:AsyncCallback * object:obj) -> IAsyncResult
Modifiers: abstract
EndInvoke(result)
Signature: result:IAsyncResult -> unit
Modifiers: abstract
Invoke(this, arg1)
Signature: (this:obj * arg1:'T1) -> unit
Modifiers: abstract
Fork me on GitHub