Class InterpolatedStringContentSyntax
The base class interpolated string parts, either an InterpolatedStringTextSyntax with plain text or an InterpolationSyntax with an expression to be formatted.
Inheritance
System.Object
InterpolatedStringContentSyntax
Implements
IFormattable
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Loretta.CodeAnalysis.Lua.Syntax
Assembly: Loretta.CodeAnalysis.Lua.dll
Syntax
public abstract class InterpolatedStringContentSyntax : LuaSyntaxNode
Implements
IFormattable