Click or drag to resize
StringDeduplicatorDeduplicate Method
Overload List
  NameDescription
Public methodDeduplicate(IListString)
Deduplicates every element in the list passed across.
Public methodDeduplicate(String)
Returns the text passed in. If the text has been seen before then the first instance of the string is returned in place of the instance passed across.
Public methodDeduplicate(String)
Deduplicates every element in the array passed across.
Top
See Also