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 inclusive boundary kind if the current boundary has a value. The original boundary is returned otherwise.
Namespace: CodeJam.RangesAssembly: CodeJam (in CodeJam.dll) Version: 2.1.0.0
C#
public RangeBoundaryFrom<T> ToInclusive()
VB
Public Function ToInclusive As RangeBoundaryFrom(Of T)
F#
member ToInclusive : unit -> RangeBoundaryFrom<'T>
Type: RangeBoundaryFrom(T)Range boundary with inclusive boundary kind or the original one if the boundary has no value.
RangeBoundaryFrom(T) StructureCodeJam.Ranges Namespace