Show / Hide Table of Contents

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

Namespace: NineDigiteKasa
Assembly: NineDigit.eKasa.dll
Syntax
public delegate TTo? Optional<T>.TransformDelegate<TFrom, TTo>(TFrom? value, ref bool hasValue)
Parameters
Type Name Description
TFrom value
bool hasValue
Returns
Type Description
TTo
Type Parameters
Name Description
TFrom
TTo

Constructors

TransformDelegate(object, IntPtr)

Declaration
public TransformDelegate(object @object, IntPtr method)
Parameters
Type Name Description
object object
IntPtr method

Methods

BeginInvoke(TFrom?, ref bool, AsyncCallback, object)

Declaration
public virtual IAsyncResult BeginInvoke(TFrom? value, ref bool hasValue, AsyncCallback callback, object @object)
Parameters
Type Name Description
TFrom value
bool hasValue
AsyncCallback callback
object object
Returns
Type Description
IAsyncResult

EndInvoke(ref bool, IAsyncResult)

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

Invoke(TFrom?, ref bool)

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