This product is not supported for your selected Datadog site. ().
Cette page n'est pas encore disponible en français, sa traduction est en cours. Si vous avez des questions ou des retours sur notre projet de traduction actuel, n'hésitez pas à nous contacter.
Metadata
ID:csharp-code-style/variable-naming-conventions
Language: C#
Severity: Notice
Category: Code Style
Description
Variable names should follow the camelCase pattern and start with a lowercase letter, except for private and protected fields that should start with _.