Table of Contents

TTokenList.Add Method

Adds a new token to the end of the list.

Syntax

Namespace: FlexCel.Core

public void Add(TToken token)

Parameters

<-> Parameter Type Description
token TToken Token to add.

See also