Click or drag to resize

CollectionTFindAll Method

Namespace:  Dynamicweb.Content.Items
Assembly:  Dynamicweb (in Dynamicweb.dll) Version: 9.12.0
Syntax
public IEnumerable<T> FindAll(
	Func<T, bool> predicate
)

Parameters

predicate
Type: SystemFuncT, Boolean

Return Value

Type: IEnumerableT
See Also