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 )