Table of Contents

Method Select

Namespace
Gamelogic.Grids2
Assembly
Gamelogic.Grids2.dll

Select<TPoint, TCell, TResult>(IEnumerable<PointCellPair<TPoint, TCell>>, Func<TPoint, TCell, TResult>)

public static IEnumerable<TResult> Select<TPoint, TCell, TResult>(this IEnumerable<PointCellPair<TPoint, TCell>> grid, Func<TPoint, TCell, TResult> selector)

Parameters

grid IEnumerable<PointCellPair<TPoint, TCell>>
selector Func<TPoint, TCell, TResult>

Returns

IEnumerable<TResult>

Type Parameters

TPoint
TCell
TResult