Persistate API documentation
Insert Method (index, toInsert)
NamespacesPersistate.LanguageProductionTokenInsert(Int32, Token)

[This is preliminary documentation and is subject to change.]

Inserts a token into this ProductionToken's RHS tokens at a particular position.
Declaration Syntax
C#
public void Insert(
	int index,
	Token toInsert
)
Parameters
index (Int32)
The index at which to insert the token.
toInsert (Token)
The token to insert.

Assembly: Persistate.Language (Module: Persistate.Language) Version: 0.6.1.20 (0.6.1.20)