Table of Contents

TTokenList.TTokenList Constructor

Overloads

TTokenList.TTokenList

Creates an empty list with default capacity.

Syntax

Namespace: FlexCel.Core

public TTokenList()

See also

TTokenList.TTokenList(Int32)

Creates an empty list with a given capacity.

Syntax

Namespace: FlexCel.Core

public TTokenList(Int32 capacity)

Parameters

<-> Parameter Type Description
capacity Int32 The number of element the list can initially store.

See also