Item

Индексатор IMathElementCollection

Получает элемент по указанному индексу. Только для чтения IMathElement.

public IMathElement this[int index] { get; }
ПараметрОписание
indexНулевой индекс элемента, который нужно получить

Примеры

Пример:

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

См. также