Skip to content

Overload_CodeJam_Ranges_CompositeRange_2_Except

Andrew Koryavchenko edited this page Jun 17, 2018 · 1 revision

CompositeRange(T, TKey).Except Method

Overload List

 

Name Description
Public method Except(CompositeRange(T)) Returns source range with other range excluded.
Public method Except(TKey2)(CompositeRange(T, TKey2)) Returns source range with other range excluded.
Public method Except(Range(T)) Returns source range with other range excluded.
Public method Except(TKey2)(Range(T, TKey2)) Returns source range with other range excluded.
Public method Except(T, T) Returns source range with other range excluded.
  Back to Top

See Also

Reference

CompositeRange(T, TKey) Structure
CodeJam.Ranges Namespace

Clone this wiki locally