Table of Contents

Constructor StructList

Namespace
Gamelogic.Grids2
Assembly
Gamelogic.Grids2.dll

StructList()

public StructList()

StructList(IEnumerable<T>)

public StructList(IEnumerable<T> collection)

Parameters

collection IEnumerable<T>

StructList(int)

public StructList(int capacity)

Parameters

capacity int