IndexedList<TItem, TIndexer>.

IndexedList(int, TIndexer) Constructor

Summary

Creates a new Animancer.IndexedList`2 with the specified initial `capacity`.
Assembly
Animancer.dll
Namespace
Animancer
Containing Type
IndexedList<TItem, TIndexer>

Syntax

public IndexedList(int capacity, TIndexer indexer = default(TIndexer))

Parameters

Name Type Description
capacity int
indexer TIndexer

Return Value

Type Description
void