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
1
Answer
VC++ equivalent of C# keyword params
kannan d
14y
2k
1
Reply
public bool HasKeys(params string[] keys)
{
return this.ContainsKeys(keys);
}
Could anyone tell me what the exact equivalent of the above C# code in VC++ is?
Thanks in advance.
Post
Reset
Cancel
Answers (
1
)
Next Recommended Forum
send mail to gmail acoount
Delete link button in grid view is not working