List Question
20 TechQA 2024-01-29T01:15:05.383000Is it possible in C# to declare a delegate type in which the input parameters are dynamic but the return type is not?
55 views
Asked by Donald.Record
Elegant solution to the "Lambdas" vs "Generics" problem?
96 views
Asked by JayC667
Why is anonymous method that has expression of type int having its type inferred as Func<int?>?
128 views
Asked by themills22
Cannot convert async lambda expression to delegate type 'Func<string, bool>'
389 views
Asked by Sara
Why does passing lambda parameter into a method not work?
69 views
Asked by user2831306
Parameterless anonymous method can be assigned to parametered delegate
140 views
Asked by Eric Movsessian
How and where are anonymous methods without parameters used?
118 views
Asked by isakgo_
C# anonymous function log method body
349 views
Asked by user2107373
Error in Anonymous Method contained variable
135 views
Asked by Seyedraouf Modarresi
can I change authentication provider from google account to be anonymous in firebase authentication?
120 views
Asked by Agung Laksana
Cast Exception in C# Where clause
133 views
Asked by Ashish Samant
How to count in anonymous method?
133 views
Asked by Jacob Jensen
How to create anonymous object from T?
864 views
Asked by Dilshod K
Anonymous Class return to parent method
311 views
Asked by Fouroh3
Anonymous method should return a string by condition
740 views
Asked by Sum1Unknown
Covariance and contravariance not working when assigning anonymous method to delegate
344 views
Asked by J. Doe
E2555 Cannot capture symbol 'Self'
1.2k views
Asked by Johan
Write anonymous expression as lambda expression
87 views
Asked by Rehan Shah