Closed CRImier closed 7 years ago
I'm using Visual Studio 2015 Community edition. Here's the line that wouldn't compile for me. The workaround was replacing it with this block of code:
public bool Dotted { get { throw new NotImplementedException(); } set { throw new NotImplementedException(); } }
thanks! added - I'm on the more modern VS myself - didnt notice :-)
I'm using Visual Studio 2015 Community edition. Here's the line that wouldn't compile for me. The workaround was replacing it with this block of code: