Blog Stats
  • Posts - 99
  • Articles - 5
  • Comments - 236
  • Trackbacks - 105

 

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

  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

Feedback

No comments posted yet.


Post A Comment
Title:
Name:
Email:
Website:
Comment:
Verification:
 
 

 

 

Copyright © Greg Young