Item

IMathElementCollection indexer

获取指定索引处的元素。 只读IMathElement

public IMathElement this[int index] { get; }
范围描述
index要获取的项目的从零开始的索引

例子

示例:

[C#]
IMathElementCollection collection = new MathBlock(new MathematicalText("x"));
IMathElement firstElem = collection[0];

也可以看看