Click or drag to resize

LiteralGetFormatArguments Method

Get the format arguments if the literal is an interpolated string.

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public List<Expression> GetFormatArguments()

Return Value

Type: ListExpression
See Also