Navigation: Code Documentation > RSFuzzyLogic > FuzzyInterfaces > Interfaces > IFuzzyStreamTokenList > Methods
IFuzzyStreamTokenList.Add(IFuzzyStreamToken) Method
Adds a token to the list. Call Add to add a token to the list. The Add method returns the Index where the new Item is located
Namespace: FuzzyInterfaces
Delphi
public function Add(const Item: IFuzzyStreamToken): Integer;
Parameters
Item
Type: IFuzzyStreamToken
Type: Integer
•IFuzzyStreamTokenList
•FuzzyInterfaces