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
suman roy
NA
21
771
How to send different parameters in multicast delegate
Jun 11 2018 1:20 PM
delegate
void
Print(
string
str);
class
Program
{
static
void
Main(
string
[] args)
{
Print dele = method1;
dele += method2;
dele += method3;
dele(
"1"
);
Console.ReadKey();
}
public
static
void
method1(
string
s)
{
Console.WriteLine($
"Hello{s}"
);
}
private
static
void
method1(
string
s)
{
Console.WriteLine($
"Hello{s}"
);
}
protected
static
void
method1(
string
s)
{
Console.WriteLine($
"Hello{s}"
);
}
}
Reply
Answers (
1
)
Hide url from user
taking 2 much time to execution files read write opeartions