IsExpressionInfo Struct
Namespace: Roslynator.CSharp.Syntax
Assembly: Roslynator.CSharp.dll
Provides information about "is" expression.
public readonly struct IsExpressionInfo
Inheritance
Object → ValueType → IsExpressionInfo
Properties
Property | Summary |
---|---|
Expression | The expression that is being casted. |
IsExpression | The "is" expression. |
OperatorToken | The "is" operator token. |
Success | Determines whether this struct was initialized with an actual syntax. |
Type | The type to which the expression is being cast. |
Methods
Method | Summary |
---|---|
Equals(Object) | (Inherited from ValueType) |
GetHashCode() | (Inherited from ValueType) |
GetType() | (Inherited from Object) |
MemberwiseClone() | (Inherited from Object) |
ToString() | (Inherited from ValueType) |