ReadOnlySpanFuncTResult Delegate
Namespace: Ookii.CommonAssembly: Ookii.Common (in Ookii.Common.dll) Version: 1.0.0+7c2900b8a16cd8ae46bdd79d8f105034712c5fa3
public delegate ReadOnlySpan<TResult> ReadOnlySpanFunc<TResult>()
Public Delegate Function ReadOnlySpanFunc(Of TResult) As ReadOnlySpan(Of TResult)
Dim instance As New ReadOnlySpanFunc(Of TResult)(AddressOf HandlerMethod)
generic<typename TResult>
public delegate ReadOnlySpan<TResult> ReadOnlySpanFunc()
- TResult
- The type of the items in the ReadOnlySpanT.
ReadOnlySpanTResult
The return value of the method that this delegate encapsulates.