Table of Contents

Class InterpolatedStringExpression

Namespace
ICSharpCode.Decompiler.CSharp.Syntax
Assembly
ICSharpCode.Decompiler.dll
public class InterpolatedStringExpression : Expression, IAnnotatable, IFreezable, INode, ICloneable
Inheritance
InterpolatedStringExpression
Implements
Inherited Members
Extension Methods

Constructors

InterpolatedStringExpression()

public InterpolatedStringExpression()

InterpolatedStringExpression(IList<InterpolatedStringContent>)

public InterpolatedStringExpression(IList<InterpolatedStringContent> content)

Parameters

content IList<InterpolatedStringContent>

Fields

CloseQuote

public static readonly TokenRole CloseQuote

Field Value

TokenRole

OpenQuote

public static readonly TokenRole OpenQuote

Field Value

TokenRole

Properties

Content

public AstNodeCollection<InterpolatedStringContent> Content { get; }

Property Value

AstNodeCollection<InterpolatedStringContent>

Methods

AcceptVisitor(IAstVisitor)

public override void AcceptVisitor(IAstVisitor visitor)

Parameters

visitor IAstVisitor

AcceptVisitor<T>(IAstVisitor<T>)

public override T AcceptVisitor<T>(IAstVisitor<T> visitor)

Parameters

visitor IAstVisitor<T>

Returns

T

Type Parameters

T

AcceptVisitor<T, S>(IAstVisitor<T, S>, T)

public override S AcceptVisitor<T, S>(IAstVisitor<T, S> visitor, T data)

Parameters

visitor IAstVisitor<T, S>
data T

Returns

S

Type Parameters

T
S

DoMatch(AstNode, Match)

protected override bool DoMatch(AstNode other, Match match)

Parameters

other AstNode
match Match

Returns

bool