Skip to main content

IsExpressionInfo Struct

Namespace: Roslynator.CSharp.Syntax

Assembly: Roslynator.CSharp.dll

Provides information about "is" expression.

public readonly struct IsExpressionInfo

Inheritance

Object ValueType IsExpressionInfo

Properties

PropertySummary
ExpressionThe expression that is being casted.
IsExpressionThe "is" expression.
OperatorTokenThe "is" operator token.
SuccessDetermines whether this struct was initialized with an actual syntax.
TypeThe type to which the expression is being cast.

Methods

MethodSummary
Equals(Object)(Inherited from ValueType)
GetHashCode()(Inherited from ValueType)
GetType()(Inherited from Object)
MemberwiseClone()(Inherited from Object)
ToString()(Inherited from ValueType)