Clear

MathBlock.Clear method

Supprime tous les éléments de la collection.

public void Clear()

Exemples

Exemple :

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

Voir également