StringConcatenationExpressionInfo Struct
Namespace: Roslynator.CSharp.Syntax
Assembly: Roslynator.CSharp.dll
Provides information about string concatenation, i.e. a binary expression that binds to string '+' operator.
public readonly struct StringConcatenationExpressionInfo
Inheritance
Object → ValueType → StringConcatenationExpressionInfo
Properties
| Property | Summary |
|---|---|
| BinaryExpression | The binary expression that represents the string concatenation. |
| Success | Determines whether this struct was initialized with an actual syntax. |
Methods
| Method | Summary |
|---|---|
| AsChain() | Returns ExpressionChain that enables to enumerate expressions of a string concatenation. |
| Equals(Object) | (Inherited from ValueType) |
| GetHashCode() | (Inherited from ValueType) |
| GetType() | (Inherited from Object) |
| MemberwiseClone() | (Inherited from Object) |
| ToString() | (Inherited from ValueType) |