Skip to main content

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

PropertySummary
BinaryExpressionThe binary expression that represents the string concatenation.
SuccessDetermines whether this struct was initialized with an actual syntax.

Methods

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