ReadOnlySpanPairFuncTResultFirst, TResultSecond Delegate
Namespace: Ookii.CommonAssembly: Ookii.Common (in Ookii.Common.dll) Version: 1.0.0+7c2900b8a16cd8ae46bdd79d8f105034712c5fa3
public delegate ReadOnlySpanPair<TResultFirst, TResultSecond> ReadOnlySpanPairFunc<TResultFirst, TResultSecond>()
Public Delegate Function ReadOnlySpanPairFunc(Of TResultFirst, TResultSecond) As ReadOnlySpanPair(Of TResultFirst, TResultSecond)
Dim instance As New ReadOnlySpanPairFunc(Of TResultFirst, TResultSecond)(AddressOf HandlerMethod)
generic<typename TResultFirst, typename TResultSecond>
public delegate ReadOnlySpanPair<TResultFirst, TResultSecond> ReadOnlySpanPairFunc()
- TResultFirst
-
The type of the items in the first value of the resulting
NullableReadOnlySpanPairTFirst, TSecond.
- TResultSecond
-
The type of the items in the second value of the resulting
NullableReadOnlySpanPairTFirst, TSecond.
ReadOnlySpanPairTResultFirst,
TResultSecond
The return value of the method that this delegate encapsulates.