Skip to content

Commit

Permalink
Fixed the layout of the table
Browse files Browse the repository at this point in the history
  • Loading branch information
dennisdoomen committed May 13, 2018
1 parent 62f4968 commit f317fda
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion _pages/1700_NamingGuidelines.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ All identifiers (such as types, type members, parameters and variables) should b
**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).

### <a name="av1702"></a> Use proper casing for language elements (AV1702) ![](/assets/images/1.png)
| Language element&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|Casing&nbsp;&nbsp;&nbsp;&nbsp;|Example

| Language element&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|Casing&nbsp;&nbsp;&nbsp;&nbsp;|Example|
|--------------------|----------|:-----------
| Namespace | Pascal | `System.Drawing` |
| Type parameter | Pascal | `TView` |
Expand Down

0 comments on commit f317fda

Please sign in to comment.