public TResult? Map<TResult>(
NullableReadOnlySpanPairTFirst, TSecondMapStructFunc<TResult> mapFunc
)
where TResult : struct, new()
Public Function Map(Of TResult As {Structure, New}) (
mapFunc As NullableReadOnlySpanPairTFirst, TSecondMapStructFunc(Of TResult)
) As TResult?
Dim instance As NullableReadOnlySpanPair
Dim mapFunc As NullableReadOnlySpanPairTFirst, TSecondMapStructFunc(Of TResult)
Dim returnValue As TResult?
returnValue = instance.Map(mapFunc)
public:
generic<typename TResult>
where TResult : value class, gcnew()
Nullable<TResult> Map(
NullableReadOnlySpanPairTFirst, TSecondMapStructFunc<TResult>^ mapFunc
)
The function mapFunc is only called if the HasValue property is .