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.
Returns source range with other range excluded.
Namespace: CodeJam.RangesAssembly: CodeJam (in CodeJam.dll) Version: 2.1.0.0
C#
public CompositeRange<T, TKey> Except( CompositeRange<T> other )
VB
Public Function Except ( other As CompositeRange(Of T) ) As CompositeRange(Of T, TKey)
F#
member Except : other : CompositeRange<'T> -> CompositeRange<'T, 'TKey>
Type: CompositeRange(T, TKey)Source range with other range excluded.
CompositeRange(T, TKey) StructureExcept OverloadCodeJam.Ranges Namespace