OperationLayoutCollectionFindAllContiguous Method

Return a list of operation layout lists, where each list contains a set of contiguous items matching the specified pattern.

Definition

Namespace: ShopTools
Assembly: ShopTools (in ShopTools.exe) Version: 25.2429.4649
C#
public List<List<OperationLayoutItem>> FindAllContiguous(
	Predicate<OperationLayoutItem> match
)

Parameters

match  PredicateOperationLayoutItem
Reference to the pattern predicate to match.

Return Value

ListListOperationLayoutItem
Reference to a new list of operation layout lists where each list represents a set of matching items. Otherwise, an empty list of lists.

See Also