Exemplo n.º 1
0
 public RaiseBox(Structures.Space raise, MathList innerList) =>
 (Raise, InnerList) = (raise, innerList);
Exemplo n.º 2
0
 public Space(Structures.Space space) => Content = space;
Exemplo n.º 3
0
 public Space(Structures.Space space, int index, int length) : base(new Range(index, length)) => Content = space;
 public void Add(Structures.Space space, int sourceLength) => Add(new TextAtom.Space(space, TextLength, sourceLength));
Exemplo n.º 5
0
 public Space(Structures.Space space) : base(MathAtomType.Space, string.Empty) =>
Exemplo n.º 6
0
 public static Space Space(Structures.Space sp) => new Space(sp);