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