© 2026 Hedgehog Software, LLC
Twitter
GitHub
Discord
System
Light
Dark
More
Communities
Docs
About
Terms
Privacy
Search
Star
Feedback
Setup for Free
C
C#
•
4y ago
•
8 replies
❓𝙋𝙮𝙩𝙖𝙟𝙣𝙞𝙠 🩷
Why Predicate contains in and parentheses?
Predicate<string> blahBlah = (string b) => b.Equals(b.ToUpper());
Predicate<string> blahBlah = (string b) => b.Equals(b.ToUpper());
As on the screenshot
, this code is valid and I
'm not doing something like
<in string
> and also there are no parentheses like Predicate
<string
>
(
)
C#
Join
We are a programming server aimed at coders discussing everything related to C# (CSharp) and .NET.
61,871
Members
View on Discord
Resources
ModelContextProtocol
ModelContextProtocol
MCP Server
Similar Threads
Was this page helpful?
Yes
No
Recent Announcements
Similar Threads
❔ Predicate in LINQ GroupBy
C
C# / help
4y ago
why is there "string[] args" inside the main function parentheses?
C
C# / help
2y ago
Join to other table in LINQKit Predicate
C
C# / help
16mo ago