Format<'T, TextWriter, unit, 'Result>
obj
Represents a statically-analyzed format associated with writing to a TextWriter. The first type parameter indicates the arguments of the format operation and the last the overall return type.
this.CaptureTypes
Type[]
The capture types associated with an interpolated string.
this.Captures
obj[]
The captures associated with an interpolated string.
this.Value
string
The raw text of the format string.