Click or drag to resize

IndexT1, T2FindAll Method

Find all the values that returns true for the predicate

Namespace:  ImmerseSDK
Assembly:  ImmerseSDK.App (in ImmerseSDK.App.dll) Version: 3.5.0.0 (3.5.0.0)
Syntax
C#
public List<T2> FindAll(
	Func<T2, bool> predicate
)

Parameters

predicate
Type: SystemFuncT2, Boolean

Return Value

Type: ListT2
See Also