Gauthier Segay

- Total activity 9
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 3
-
-
-
-
Gauthier Segay created a post, automatic properties when implementing interface with get only properties
given following interface:interface IFoo { int Bar {get;}}and following typeclass Foo : IFoo {}when I use Implement interface over IFoo and choose automatic properties, the code generate only t... -
Gauthier Segay created a post, code formatter settings: I want comma at the front of new lines
I want the formatter to not mangle such declarations:int aValue = 1 , anotherOne = 2 , andSoOn = 3 ;this should also work with arguments:foo.Bar( aValue , anotherOne , a... -