SyntaxLogicalInverter Class
Namespace: Roslynator.CSharp
Assembly: Roslynator.CSharp.Workspaces.dll
Provides static methods for syntax inversion.
public class SyntaxLogicalInverter
Inheritance
Object → SyntaxLogicalInverter
Constructors
Constructor | Summary |
---|---|
SyntaxLogicalInverter(SyntaxLogicalInverterOptions) |
Properties
Property | Summary |
---|---|
Default | |
Options |
Methods
Method | Summary |
---|---|
Equals(Object) | (Inherited from Object) |
GetHashCode() | (Inherited from Object) |
GetType() | (Inherited from Object) |
LogicallyInvert(ExpressionSyntax, CancellationToken) | Returns new expression that represents logical inversion of the specified expression. |
LogicallyInvert(ExpressionSyntax, SemanticModel, CancellationToken) | Returns new expression that represents logical inversion of the specified expression. |
MemberwiseClone() | (Inherited from Object) |
ToString() | (Inherited from Object) |