Table of Contents

Class EnumerableExtensions

Namespace
Gamelogic.Grids2
Assembly
Gamelogic.Grids2.dll

Extensions for IEnumerable.

public static class EnumerableExtensions
Inheritance
EnumerableExtensions
Inherited Members

Methods

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

This method performs the same function as ToList, but returns a StructList instead.