/ Published in: C#
Expand |
Embed | Plain Text
delegate string DelegateTest(string str); Console.WriteLine(delTest("LOL")); class Class1{ ... public static string Hello(string msg) { return "Hello " + msg; } }
You need to login to post a comment.
