Summary
Removes values from
Allows using ReSharper extensions that affect code analysis. To use an extension, specify its ID, which you can find by opening the extension package page in the ReSharper Gallery, and then the Package Statistics page. Multiple values are separated with the semicolon.
- Assembly
- Rocket
.Surgery .Nuke .dll - Namespace
- Temp
.CleanupCode - Containing Type
- Cleanup
Code Settings Extensions
Syntax
public static CleanupCodeSettings RemoveExtensions(this CleanupCodeSettings toolSettings, IEnumerable<string> extensions)
Attributes
Type | Description |
---|---|
PureAttribute |
Parameters
Name | Type | Description |
---|---|---|
toolSettings | CleanupCodeSettings | |
extensions | IEnumerable |
Return Value
Type | Description |
---|---|
CleanupCodeSettings |