Show / Hide Table of Contents

Class Optional<T>.TransformDelegate<TFrom, TTo>

Inheritance
System.Object
Optional<T>.TransformDelegate<TFrom, TTo>
Namespace: NineDigit.eKasa
Assembly: NineDigit.eKasa.dll
Syntax
public sealed class TransformDelegate<TFrom, TTo> : MulticastDelegate
Type Parameters
Name Description
TFrom
TTo

Constructors

TransformDelegate(Object, IntPtr)

Declaration
public TransformDelegate(object object, IntPtr method)
Parameters
Type Name Description
System.Object object
System.IntPtr method

Methods

BeginInvoke(TFrom, ref Boolean, AsyncCallback, Object)

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

EndInvoke(ref Boolean, IAsyncResult)

Declaration
public virtual TTo EndInvoke(ref bool hasValue, IAsyncResult result)
Parameters
Type Name Description
System.Boolean hasValue
System.IAsyncResult result
Returns
Type Description
TTo

Invoke(TFrom, ref Boolean)

Declaration
public virtual TTo Invoke(TFrom value, ref bool hasValue)
Parameters
Type Name Description
TFrom value
System.Boolean hasValue
Returns
Type Description
TTo
In This Article
Na začiatok stránky Nine Digit, s.r.o. ©