Update C# Coding Standards and Naming Conventions.md

This commit is contained in:
Çağdaş Karademir
2019-09-23 01:56:48 +03:00
committed by GitHub
parent aea37ec397
commit 6f3ea372ff
@@ -412,6 +412,8 @@ public class BarcodeReadException : System.Exception
}
```
***Why: consistent with the Microsoft's .NET Framework and easy to read.***
#### 26. Do use suffix Any, Is, Have or similar keywords for boolean identifier :
```csharp