P_CodeJam_Ranges_RangeIntersection_2_IsEmpty - rsdn/CodeJam GitHub Wiki
Gets a value indicating whether the intersection does not contain any ranges.
Namespace: CodeJam.Ranges
Assembly: CodeJam (in CodeJam.dll) Version: 2.1.0.0
C#
public bool IsEmpty { get; }VB
Public ReadOnly Property IsEmpty As Boolean
GetF#
member IsEmpty : bool with get
Type: Booleantrue if the intersection does not contain any ranges; otherwise, false.
RangeIntersection(T, TKey) Structure
CodeJam.Ranges Namespace