The get=& gt; XXX;
The set=& gt; XXX=value;
Val a=test (out int b);
I write in vs2015 such complains, vs the version of the problem is this excuse me? If not, how to set up to write?
In addition, using quick search and replace, how to get it=& gt; XXX; Replace the get {return XXX; Bosses give directions},
CodePudding user response:
Vs2015 already supports Linq, adding System. Linq reference, can replace with regularCodePudding user response:
The get \ s *=& gt; \ s * ([^;] ) +;Replace with
The get {return $1; }