1 type derived from FormattableString
mscorlib (1)
system\Runtime\CompilerServices\FormattableStringFactory.cs (1)
41private sealed class ConcreteFormattableString : FormattableString
4 references to FormattableString
mscorlib (4)
system\FormattableString.cs (1)
67public static string Invariant(FormattableString formattable)
system\Runtime\CompilerServices\FormattableStringFactory.cs (3)
18/// A factory type used by compilers to create instances of the type <see cref="FormattableString"/>. 23/// Create a <see cref="FormattableString"/> from a composite format string and object 26public static FormattableString Create(string format, params object[] arguments)