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