RazorEngine


ThisFunc<'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(this, callback, object)
Signature: (this:obj * callback:AsyncCallback * object:obj) -> IAsyncResult
Modifiers: abstract
EndInvoke(result)
Signature: result:IAsyncResult -> 'TResult
Modifiers: abstract
Invoke(this)
Signature: this:obj -> 'TResult
Modifiers: abstract
Fork me on GitHub