Update C# Coding Standards and Naming Conventions.md

Changed wrong "suffix" to "prefix"
This commit is contained in:
vortex852456
2020-03-20 15:30:52 +01:00
committed by GitHub
parent 5f92df0d3c
commit a5ef9c04e3
@@ -414,7 +414,7 @@ public class BarcodeReadException : System.Exception
***Why: consistent with the Microsoft's .NET Framework and easy to read.*** ***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 : #### 26. Do use prefix Any, Is, Have or similar keywords for boolean identifier :
```csharp ```csharp
// Correct // Correct