Remove duplicates from a list of tokens.
Namespace:
nsCDEngine.BaseClasses
Assembly:
C-DEngine (in C-DEngine.dll)
Parameters
- pCookies
- Type: List<(Of <(<'String>)>)>
A List containing two or more
Return Value
A List with duplicate tokens removed.
This function removes duplicate tokens from a list of tokens.
Each list item can continue multiple parts, with a semicolon delimiter
between each part. Only the first part of each list item is used as
the key value for checking for uniqueness.