Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 455 Bytes

RCS1164.md

File metadata and controls

25 lines (17 loc) · 455 Bytes

RCS1164: Unused type parameter

Property Value
Id RCS1164
Category Redundancy
Severity Info

Example

Code with Diagnostic

public bool Bar<T>() // RCS1164
{
    return false
}

See Also

(Generated with DotMarkdown)