OperationLayoutCollectionFindAllEnding Method
Return a list of all contiguous items at the end of the collection
matching the provided pattern.
Namespace: ShopToolsAssembly: ShopTools (in ShopTools.exe) Version: 25.2429.4649
public List<OperationLayoutItem> FindAllEnding(
Predicate<OperationLayoutItem> match
)
Public Function FindAllEnding (
match As Predicate(Of OperationLayoutItem)
) As List(Of OperationLayoutItem)
No code example is currently available or this language may not be supported.
- match PredicateOperationLayoutItem
-
Reference to the pattern predicate to match.
ListOperationLayoutItem
Reference to the list of items at the end of the collection matching
the specified pattern, if found. Otherwise, an empty list.