OperationLayoutCollectionNextMatchAfter Method

Return a reference to the next match after the specified current item.

Definition

Namespace: ShopTools
Assembly: ShopTools (in ShopTools.exe) Version: 25.2429.4649
C#
public OperationLayoutItem NextMatchAfter(
	OperationLayoutItem currentItem,
	Predicate<OperationLayoutItem> match
)

Parameters

currentItem  OperationLayoutItem
Reference to the current item under test.
match  PredicateOperationLayoutItem
Reference to the pattern predicate to match.

Return Value

OperationLayoutItem
Reference to the next operation layout item matching the predicate after the caller's specified item in the list, if found. Otherwise, null.

See Also