C-DEngine 5.105

TheMirrorCache<(Of <(<'T>)>)>..::..GetEntriesByFunc Method

Gets the entries by function.

Namespace:  nsCDEngine.Engines.StorageService
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public List<T> GetEntriesByFunc(
	Func<T, bool> pSelector
)
Public Function GetEntriesByFunc ( _
	pSelector As Func(Of T, Boolean) _
) As List(Of T)
public:
List<T>^ GetEntriesByFunc(
	Func<T, bool^>^ pSelector
)

Parameters

pSelector
Type: Func<(Of <(<'T, Boolean>)>)>
The p selector.

Return Value

List<T>.