ExpressionAntlrParser.StringInterpolationContext.textContent Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
| textContent() | |
| textContent(Int32) |
textContent()
public ExpressionAntlrParser.TextContentContext[] textContent ();
member this.textContent : unit -> ExpressionAntlrParser.TextContentContext[]
Public Function textContent () As ExpressionAntlrParser.TextContentContext()
Returns
Applies to
textContent(Int32)
public ExpressionAntlrParser.TextContentContext textContent (int i);
member this.textContent : int -> ExpressionAntlrParser.TextContentContext
Public Function textContent (i As Integer) As ExpressionAntlrParser.TextContentContext
Parameters
- i
- Int32