|
Add(IFuzzyStreamToken)
|
Overloaded. 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
|
|
Append(IFuzzyStreamTokenList)
|
Overloaded. Appends or adds the tokens in the List parameter to the current list. The tokens are added to the end of the current list.
|
|
Equals(IFuzzyStreamTokenList)
|
Overloaded. Returns TRUE if the List parameter's tokens equals the current list. Not only the number of tokens in the list must match, but also each IFuzzyStreamToken.Equals must return true. Otherwise, this method returns False.
|
|
First
|
Overloaded. Returns the first token in the list
|
|
FirstBaseStreamToken
|
Represents method FirstBaseStreamToken.
|
|
Get(Integer)
|
Overloaded. Accessor method for the Value property
|
|
GetBaseStreamToken(Integer)
|
Represents method GetBaseStreamToken(Integer).
|
|
IndexOf(IFuzzyStreamToken)
|
Overloaded. Returns the index of an token. Call IndexOf to obtain the index of an token. If the Item is not found, this method returns -1.
|
|
Insert(Integer,IFuzzyStreamToken)
|
Overloaded. Inserts a token into the list at a specified position. Call Insert to insert a token into the list. Item is the token to insert, and Index indicates the position (zero-offset) where the token should be added
|
|
Last
|
Overloaded. Returns the last token in the list
|
|
LastBaseStreamToken
|
Represents method LastBaseStreamToken.
|
|
Put(Integer,IFuzzyStreamToken)
|
Overloaded. Accessor method for the Value property
|
|
PutBaseStreamToken(Integer,IBaseStreamToken)
|
Represents method PutBaseStreamToken(Integer,IBaseStreamToken).
|
|
Remove(IFuzzyStreamToken)
|
Overloaded. Deletes the first reference to the Item parameter (Token) from the Value array. Call Remove to remove a specific item from the Value array when its index is unknown. The value returned is the index of the item in the Items array before it was removed.
|