OperationLayoutCollectionFindAllEnding Method

Return a list of all contiguous items at the end of the collection matching the provided pattern.

Definition

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

Parameters

match  PredicateOperationLayoutItem
Reference to the pattern predicate to match.

Return Value

ListOperationLayoutItem
Reference to the list of items at the end of the collection matching the specified pattern, if found. Otherwise, an empty list.

See Also