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 exclusive 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> ToExclusive()
VB
Public Function ToExclusive As RangeBoundaryFrom(Of T)
F#
member ToExclusive : unit -> RangeBoundaryFrom<'T>
Type: RangeBoundaryFrom(T)Range boundary with exclusive boundary kind or the original one if the boundary has no value.
RangeBoundaryFrom(T) StructureCodeJam.Ranges Namespace