10 TIPs - To Become a Good Developer/Programmer
Why Join
Become a member
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
C# Corner Home
Technologies
Monthly Leaders
ASK A QUESTION
Forum guidelines
Jose Ramirez
2.1k
44
1.7k
Error CS1503 : Conversion <int> to System.Predicate<int>
Feb 25 2019 6:37 AM
Hi,
When I try to convet from <int> to System.Predicate<int> I has this error :
Error CS1503 Argumento 1: no se puede convertir de 'int' a 'System.Predicate<int>' WindowsFormsAppC C:\Users\josramir\source\repos\WindowsFormsAppC\Form1.cs 27 Activo
Intructions :
int intToFind = arr[K];
List<int> listOut = arr.FindAll( (System.Predicate<int>) intToFind);
How can I do it?
Reply
Answers (
1
)
using c# read data from the database and stored in a 2d arr
Push notification in asp.net c#