SpanFuncTResult Delegate
Encapsulates a method that returns a
SpanT.
Namespace: Ookii.CommonAssembly: Ookii.Common (in Ookii.Common.dll) Version: 1.0.0+7c2900b8a16cd8ae46bdd79d8f105034712c5fa3
public delegate Span<TResult> SpanFunc<TResult>()
Public Delegate Function SpanFunc(Of TResult) As Span(Of TResult)
Dim instance As New SpanFunc(Of TResult)(AddressOf HandlerMethod)
generic<typename TResult>
public delegate Span<TResult> SpanFunc()
- TResult
- The type of the items in the SpanT.
SpanTResult
The return value of the method that this delegate encapsulates.