Constructor | Description |
|
|
Instance member | Description |
|
|
Full Usage:
this.Delay
Parameters:
'a
Returns: 'a
|
|
|
|
|
|
Full Usage:
this.ReturnFrom
Parameters:
'a
Returns: 'a
|
|
Full Usage:
this.Run
Parameters:
unit -> 'a
Returns: 'a
|
|
Full Usage:
this.TryFinally
Parameters:
'a
compensation : unit -> unit
Returns: 'a
|
|
Full Usage:
this.TryWith
Parameters:
'a
h : exn -> 'a
Returns: 'a
|
|
Full Usage:
this.Using
Parameters:
'a
body : 'a -> 'b
Returns: 'b
|
|
|
|
|