NotificationListTFindAll Method

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
Finds all items which satisfy the predicate.

Namespace:  Apitron.PDF.Kit.FixedLayout.Resources
Assembly:  Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Syntax

public List<T> FindAll(
	Predicate<T> match
)

Parameters

match
Type: SystemPredicateT
The match.

Return Value

Type: ListT
Returns a search result.
See Also

Reference