TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
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
Forums
Monthly Leaders
Forum guidelines
Mehmood
NA
2
23.5k
Cannot convert from 'method group'
Jul 27 2018 1:07 AM
I have a little confusing about this error.
I am new in c#.
Kindly guide me ho to solve
Cannot convert from 'method group' to 'System.Action<object>
private void DeleteStudent(ObservableCollection<User> StudentCollection, User Instance)
{
StudentCollection.Remove(StudentCollection.SingleOrDefault(i => i.UserId == Instance.UserId));
}
how to pass the parameter to solve this error
Reply
Answers (
1
)
Unable to create a dynamic byte[] to process data received
How to enumerate BlockingCollection not destroying elements?