C-DEngine 5.105

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

Gets the entry by function.

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

Syntax


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

Parameters

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

Return Value

T.