Property | Value |
---|---|
Id | RCS1003 |
Category | Style |
Severity | Info |
if (condition) // RCS1003
WhenTrue(
x,
y);
else
WhenFalse(
x,
y);
if (condition)
{
WhenTrue(
x,
y);
}
else
{
WhenFalse(
x,
y);
}
(Generated with DotMarkdown)