Esempio n. 1
0
 public static NestedText Scope(this IEnumerable <NestedText> xs, Text separator = null) => NestedText.CreateScope(xs.ToArr(), separator ?? Environment.NewLine);
Esempio n. 2
0
 public static NestedText EmptyScope() => NestedText.CreateScope(Arr <NestedText> .Empty, (Text)Environment.NewLine);