Skip to content

Commit f317fda

Browse files
committed
Fixed the layout of the table
1 parent 62f4968 commit f317fda

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

_pages/1700_NamingGuidelines.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ All identifiers (such as types, type members, parameters and variables) should b
1717
**Exception:** In most projects, you will use words and phrases from your domain and names specific to your company. Visual Studio's Static Code Analysis performs a spelling check on all code, so you may need to add those terms to a [Custom Code Analysis Dictionary](http://blogs.msdn.com/fxcop/archive/2007/08/20/new-for-visual-studio-2008-custom-dictionaries.aspx).
1818

1919
### <a name="av1702"></a> Use proper casing for language elements (AV1702) ![](/assets/images/1.png)
20-
| Language element&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|Casing&nbsp;&nbsp;&nbsp;&nbsp;|Example
20+
21+
| Language element&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|Casing&nbsp;&nbsp;&nbsp;&nbsp;|Example|
2122
|--------------------|----------|:-----------
2223
| Namespace | Pascal | `System.Drawing` |
2324
| Type parameter | Pascal | `TView` |

0 commit comments

Comments
 (0)