Blog Stats
  • Posts - 99
  • Articles - 5
  • Comments - 39
  • Trackbacks - 108

 

New stuff in 2.0

Largest design changing feature in 2.0 outside of generics.

 

public class Foo {

    private int m_Bar;

    public int Bar {

          get { return m_Bar; }

          internal set { m_Bar = value; }

}

 

I have been wanting to do this for oh so long.

 

:D


Feedback

No comments posted yet.


Post a comment





 

Please add 3 and 5 and type the answer here:

 

 

Copyright © Greg Young