- 
                Notifications
    
You must be signed in to change notification settings  - Fork 35
 
M_CodeJam_Ranges_CompositeRange_1_WithKeys__1
        Andrew Koryavchenko edited this page Jun 17, 2018 
        ·
        1 revision
      
    Creates a new composite range with the key specified.
Namespace: CodeJam.Ranges
Assembly: 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> 
- key
 - Type: TKey2
The value of the new key. 
- TKey2
 - The type of the new key.
 
Type: CompositeRange(T, TKey2)
A new composite range with the key specified.