Click or drag to resize

TokenizerGetAllTokens Method

Return all the tokens in the inputstring.

Namespace:  BibtexLibrary.Tokenizer
Assembly:  BibtexLibrary.Standard (in BibtexLibrary.Standard.dll) Version: 1.4.4
Syntax
C#
public ICollection<AbstractToken> GetAllTokens()

Return Value

Type: ICollectionAbstractToken
List of tokens
See Also