namespace PathFinding { interface IPlanarCollection { T this[int x, int y] { get; set; } } }