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. |
Adds a new token to the end of the list.
Namespace: FlexCel.Core
public void Add(TToken token)
<-> | Parameter | Type | Description |
---|---|---|---|
token | TToken | Token to add. |