[]
        
(Showing Draft Content)

C1.Util.DX.Func-1

Func<TResult> Delegate

Encapsulates a method that has no parameters and returns a value of the type specified by the TResult parameter.

Namespace: C1.Util.DX
Assembly: C1.Win.DX.10.dll
Syntax
public delegate TResult Func<out TResult>()
Public Delegate Function Func(Of Out TResult)() As TResult
Returns
Type Description
TResult Encapsulates a method that has no parameters and returns a value of the type specified by the TResult parameter.
Type Parameters
Name Description
TResult

Constructors

Name Description
Func(object, nint)

Methods

Name Description
BeginInvoke(AsyncCallback, object)
EndInvoke(IAsyncResult)
Invoke()