We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Creates a new boundary with updated value (if the current boundary has one). If the boundary has no value the method returns the boundary unchanged.
Namespace: CodeJam.RangesAssembly: CodeJam (in CodeJam.dll) Version: 2.1.0.0
C#
public RangeBoundaryFrom<T2> WithValue<T2>( Func<T, T2> newValueSelector )
VB
Public Function WithValue(Of T2) ( newValueSelector As Func(Of T, T2) ) As RangeBoundaryFrom(Of T2)
F#
member WithValue : newValueSelector : Func<'T, 'T2> -> RangeBoundaryFrom<'T2>
Type: RangeBoundaryFrom(T2)Range boundary with the same kind but with a new value (if the current boundary has one).
RangeBoundaryFrom(T) StructureWithValue OverloadCodeJam.Ranges Namespace