StringLiteralExpressionInfo Struct
Namespace: Roslynator.CSharp.Syntax
Assembly: Roslynator.CSharp.dll
Provides information about string literal expression.
public readonly struct StringLiteralExpressionInfo
Inheritance
Object → ValueType → StringLiteralExpressionInfo
Properties
| Property | Summary |
|---|---|
| ContainsEscapeSequence | True if the string literal expression contains escape sequence. |
| ContainsLinefeed | True if the string literal contains linefeed. |
| Expression | The string literal expression. |
| InnerText | The token text, not including leading ampersand, if any, and enclosing quotation marks. |
| IsRegular | True if this instance is regular string literal expression. |
| IsVerbatim | True if this instance is verbatim string literal expression. |
| Success | Determines whether this struct was initialized with an actual syntax. |
| Text | The token text. |
| Token | The token representing the string literal expression. |
| ValueText | The token value text. |
Methods
| Method | Summary |
|---|---|
| Equals(Object) | (Inherited from ValueType) |
| GetHashCode() | (Inherited from ValueType) |
| GetType() | (Inherited from Object) |
| MemberwiseClone() | (Inherited from Object) |
| ToString() | (Inherited from ValueType) |