Class Optional<T>.TransformDelegate<TFrom, TTo>
Inheritance
System.Object
Optional<T>.TransformDelegate<TFrom, TTo>
Assembly: NineDigit.eKasa.dll
public sealed class TransformDelegate<TFrom, TTo> : MulticastDelegate
Type Parameters
Name |
Description |
TFrom |
|
TTo |
|
Constructors
Declaration
public TransformDelegate(object object, IntPtr method)
Parameters
Type |
Name |
Description |
System.Object |
object |
|
System.IntPtr |
method |
|
Methods
Declaration
public virtual IAsyncResult BeginInvoke(TFrom value, ref bool hasValue, AsyncCallback callback, object object)
Parameters
Type |
Name |
Description |
TFrom |
value |
|
System.Boolean |
hasValue |
|
System.AsyncCallback |
callback |
|
System.Object |
object |
|
Returns
Type |
Description |
System.IAsyncResult |
|
Declaration
public virtual TTo EndInvoke(ref bool hasValue, IAsyncResult result)
Parameters
Type |
Name |
Description |
System.Boolean |
hasValue |
|
System.IAsyncResult |
result |
|
Returns
Declaration
public virtual TTo Invoke(TFrom value, ref bool hasValue)
Parameters
Type |
Name |
Description |
TFrom |
value |
|
System.Boolean |
hasValue |
|
Returns