Talk:Cricket Scorebook design

From CSSEMediaWiki
(Difference between revisions)
Jump to: navigation, search
(New page: 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; } privat...)
 
(Removing all content from page)
 
Line 1: Line 1:
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.
+
--[[User:Johannes Pagwiwoko|Jojo]] 19:50, 30 September 2008 (UTC)
+

Latest revision as of 02:42, 18 March 2009

Personal tools