public TResult Map<TResult>(
NullableSpanTMapClassFunc<TResult> mapFunc
)
where TResult : class
Public Function Map(Of TResult As Class) (
mapFunc As NullableSpanTMapClassFunc(Of TResult)
) As TResult
Dim instance As NullableSpan
Dim mapFunc As NullableSpanTMapClassFunc(Of TResult)
Dim returnValue As TResult
returnValue = instance.Map(mapFunc)
public:
generic<typename TResult>
where TResult : ref class
TResult Map(
NullableSpanTMapClassFunc<TResult>^ mapFunc
)
The function mapFunc is only called if the HasValue property is .