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 composite range with the key specified.
Namespace: CodeJam.RangesAssembly: CodeJam (in CodeJam.dll) Version: 2.1.0.0
C#
public CompositeRange<T, TKey2> WithKeys<TKey2>( TKey2 key )
VB
Public Function WithKeys(Of TKey2) ( key As TKey2 ) As CompositeRange(Of T, TKey2)
F#
member WithKeys : key : 'TKey2 -> CompositeRange<'T, 'TKey2>
Type: CompositeRange(T, TKey2)A new composite range with the key specified.
CompositeRange(T) StructureCodeJam.Ranges Namespace