Skip to content

Instantly share code, notes, and snippets.

@litera
litera / IRangeChecker.cs
Created November 22, 2011 06:52
Range data lookups using foreach loops and LINQ expressions
namespace RangeTester
{
/// <summary>
/// Defines range related members to implementing classes.
/// </summary>
/// <typeparam name="TPoint">The type of the range point.</typeparam>
public interface IRangeChecker<TPoint>
{
/// <summary>
/// Gets the range starting point.