Talk:Cricket Scorebook design
From CSSEMediaWiki
Revision as of 19:50, 30 September 2008 by Johannes Pagwiwoko (Talk | contribs)
Yo Yugan, I think you can have different access modifiers for get and set in C#. For example:
public int Height { get { return this.height; } private set { this.height = value; } }
Not that it matters, but just so you know. --Jojo 19:50, 30 September 2008 (UTC)