Skip to main content

Introduction

This class contains methods that extends lists.

Methods#

NameDescription
ApplyStringListChangesGenerate a new list based on an original and a change list
ContainsCheck if a list contains all items in another list
GenerateListChangesGenerate 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|