Clear

IMathElementCollection.Clear method

从集合中删除所有元素。

public void Clear()

例子

示例:

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

也可以看看