/ Published in: C#
I always forget the "this()" syntax.
Expand |
Embed | Plain Text
class foo { public foo(){} public foo(string s ) { } public foo (string s1, string s2) : this(s1) {....} }
You need to login to post a comment.
