Introduction
This class contains methods that extends lists.
Methods#
| Name | Description |
|---|---|
| ApplyStringListChanges | Generate a new list based on an original and a change list |
| Contains | Check if a list contains all items in another list |
| GenerateListChanges | Generate a list containing only changed items. |
Matched items are entered as nulls.
A full match returns as null.|
|GenerateStringListChanges|Generate a list containing only changed items.
Matched items are entered as nulls.
A full match returns as null.|
|Matches|Check if two lists are identical|
|ReadStringListChanges|Read a list of string cahnges|
|Swap|Swaps items at indexes|
|WriteStringListChanges|Write a list of string cahnges|