We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Creates a range without a range key.
Namespace: CodeJam.RangesAssembly: CodeJam (in CodeJam.dll) Version: 2.1.0.0
C#
public Range<T> WithoutKey()
VB
Public Function WithoutKey As Range(Of T)
F#
member WithoutKey : unit -> Range<'T>
Type: Range(T)A new range without a key.
Range(T, TKey) StructureCodeJam.Ranges Namespace