RazorEngine


ThisFunc<'T1, 'T2, 'T3, 'T4, 'T5, 'T6, 'T7, 'TResult>

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 * arg2:'T2 * arg3:'T3 * arg4:'T4 * arg5:'T5 * arg6:'T6 * arg7:'T7 * callback:AsyncCallback * object:obj) -> IAsyncResult
Modifiers: abstract
EndInvoke(result)
Signature: result:IAsyncResult -> 'TResult
Modifiers: abstract
Invoke(...)
Signature: (this:obj * arg1:'T1 * arg2:'T2 * arg3:'T3 * arg4:'T4 * arg5:'T5 * arg6:'T6 * arg7:'T7) -> 'TResult
Modifiers: abstract
Fork me on GitHub