ThisFunc<'T1, 'T2, 'TResult>
Defined in RazorEngine.dll.
Special Delegate used to make impromptu object methods first parameter is this.
Constructors
Constructor | Description |
new(object, method)
Signature: (object:obj * method:nativeint) -> unit
|
Instance members
Instance member | Description |
BeginInvoke(...)
Signature: (this:obj * arg1:'T1 * arg2:'T2 * callback:AsyncCallback * object:obj) -> IAsyncResult
Modifiers: abstract |
|
EndInvoke(result)
Signature: result:IAsyncResult -> 'TResult
Modifiers: abstract |
|
Invoke(this, arg1, arg2)
Signature: (this:obj * arg1:'T1 * arg2:'T2) -> 'TResult
Modifiers: abstract |