Send comments on this topic. |
|
Glossary Item Box
Cause
Rule Description
public string JoinName(
string first,
string last)
{
}
The parameter must begin on the same line as the previous comma, or on the next line. For example:
public string JoinName(string first, string last)
{
}
public string JoinName(
string first,
string last)
{
}
How to Fix Violations
© Microsoft Corporation. All Rights Reserved.