Seth
- Total activity 2
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
-
Seth created a post, Why does "OnFoo" cause an inconsistent naming warning for an event delegate?
I like to prefix event delegates with "On". As an example: public event FooEvent OnFoo = delegate { }; But resharper with default settings gives me an inconsistent naming warning here, and wants me...