What is system predicate?



What is system predicate?..

Answer / Meenakshi Suman

In C#, 'System.Linq.Expressions.Predicate<T>' is a delegate that represents a boolean-valued function that takes an object of type 'T' as input and returns true if the condition is met, otherwise false.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Sharp Interview Questions

Why can?t you specify the accessibility modifier for methods inside the interface?

5 Answers  


Why do we use readonly in c#?

1 Answers  


How we can create an array with non-default values?

1 Answers  


What is the difference between static and constant variables?

1 Answers   Accenture,


What does console readline do in c#?

1 Answers  


What is the diff between System.String and System.Text.StringBuilder classes?

1 Answers   Siebel,


What is eager and lazy loading in c#?

1 Answers  


What is difference between string and stringbuffer in c#?

1 Answers  


Explain use of abstract and sealed classes in c#?

1 Answers  


Why do we write system in c#?

1 Answers  


without modifying source code if we compile again, will it be generated MSIL again?

1 Answers  


What is the difference between interface and inheritance in c#?

1 Answers  


Categories