Windows Phone Developers

Saturday, October 18, 2008

Solution : Semicolon after method or accessor block is not valid

Solution : Semicolon after method or accessor block is not valid

Semicolons are not needed (or allowed) to end a method or accessor block.

set {Locale = value ;};

should be

set {Locale = value ;}

Figure: Semicolon after method or accessor block is not valid


Digg Technorati Delicious StumbleUpon Reddit BlinkList Furl Mixx Facebook Google Bookmark Yahoo
ma.gnolia squidoo newsvine live netscape tailrank mister-wong blogmarks slashdot spurl StumbleUpon

No comments:

Post a Comment