Skip to content
ptittof57 edited this page Aug 15, 2015 · 2 revisions
<title>SA1311: StaticReadonlyFieldsMustBeginWithUpperCaseLetter</title> <script src="script/helpstudio.js" type="text/javascript"></script> <script src="script/StandardText.js" type="text/jscript"></script>
<script type="text/jscript">WritePageTop(document.title);</script>

TypeName

StaticReadonlyFieldsMustBeginWithUpperCaseLetter

CheckId

SA1311

Category

Naming Rules

Cause

The name of a static readonly field does not begin with an upper-case letter.

Rule Description

A violation of this rule occurs when the name of a static readonly field begins with a lower-case letter.

How to Fix Violations

To fix a violation of this rule, change the name of the field so that it begins with an upper-case letter.

How to Suppress Violations

[SuppressMessage("StyleCop.CSharp.NamingRules", "SA1311:StaticReadonlyFieldsMustBeginWithUpperCaseLetter", Justification = "Reviewed.")]
    </div>
</body>
Clone this wiki locally