Clear

MathBlock.Clear method

Entfernt alle Elemente aus der Sammlung.

public void Clear()

Beispiele

Beispiel:

[C#]
MathBlock mathBlock = new MathBlock(new MathematicalText("x"));
mathBlock.Clear();

Siehe auch