AsExpressionInfo Struct
Namespace: Roslynator.CSharp.Syntax
Assembly: Roslynator.CSharp.dll
Provides information about "as" expression.
public readonly struct AsExpressionInfo
Inheritance
Object → ValueType → AsExpressionInfo
Properties
Property | Summary |
---|---|
AsExpression | The "as" expression. |
Expression | The expression that is being casted. |
OperatorToken | The "as" 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) |