Count

IMathElementCollection.Count property

获取集合中实际包含的元素数量。 只读Int32。

public int Count { get; }

例子

示例:

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

也可以看看