コード例 #1
0
 public static string GNLI(this FormatStringUtilitiesHandle <Version> hnd)
 => Environment.NewLine + hnd.G().IndentLines();
コード例 #2
0
 public static string GI2 <T>(this FormatStringUtilitiesHandle <T> hnd)
 => hnd.G().IndentLines2();
コード例 #3
0
 public static string GNLI3 <T>(this FormatStringUtilitiesHandle <T> hnd)
 => Environment.NewLine + hnd.G().IndentLines3();