Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
CodeQL library for C#
codeql/csharp-all 5.1.6 (changelog, source)

Member predicate InterpolatedStringExpr::getInterpolatedInsert

Gets the interpolated string insert at index i in this interpolated string, if any. For example, the interpolated string insert at index i = 1 is {pi, align:F3} in $"Hello, {pi, align:F3}!".

InterpolatedStringInsertExpr getInterpolatedInsert(int i)