Tech
Forums
Jobs
Books
Events
Videos
Live
More
Interviews
Certification
Training
Career
Members
News
Blogs
Contribute
An Article
A Blog
A Video
An Ebook
An Interview Question
Register
Login
6
Answers
parameters in C# method
fancy
11y
1.2k
1
Reply
I want to pass 5 parameters in a method in C#. 3 of those are int i, string s,int x, ref sVal(string),ref iVal(int).
What is the good approach to do this? Should I use param[]args, list,object??
Thanks
Shals
Post
Reset
Cancel
Answers (
6
)
Next Recommended Forum
What is difference between Delegates and function?
how can i copy,move data rows from one table to another