Table of Contents

Method ToStructList

Namespace
Gamelogic.Grids2
Assembly
Gamelogic.Grids2.dll

ToStructList<T>(IEnumerable<T>)

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

public static StructList<T> ToStructList<T>(this IEnumerable<T> list)

Parameters

list IEnumerable<T>

Returns

StructList<T>

Type Parameters

T