Table of Contents

TTokenList.Insert Method

Inserts a specific token into the list at a given position (0 based).

Syntax

Namespace: FlexCel.Core

public void Insert(Int32 index, TToken token)

Parameters

<-> Parameter Type Description
index Int32 Zero based index where the token should be inserted.
token TToken Token to insert.

See also