Skip to main content

SyntaxLogicalInverter Class

Namespace: Roslynator.CSharp

Assembly: Roslynator.CSharp.Workspaces.dll

Provides static methods for syntax inversion.

public class SyntaxLogicalInverter

Inheritance

Object SyntaxLogicalInverter

Constructors

ConstructorSummary
SyntaxLogicalInverter(SyntaxLogicalInverterOptions)

Properties

PropertySummary
Default
Options

Methods

MethodSummary
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)