/ Published in: C#
This is stupidly simple, but I always forget it.
Expand |
Embed | Plain Text
public class State { public State() :this(5) { } public State(int numberOfNodes) { //create nodes } }
You need to login to post a comment.
rengber on 04/14/09
5 people have marked this snippet as a favorite
maishar
paelgr
umang_nine
rodrigojuarez
Tomjohnson
This is stupidly simple, but I always forget it.
public class State { public State() :this(5) { } public State(int numberOfNodes) { //create nodes } }
You need to login to post a comment.