Arguments

IMathArray.Arguments property

数组项的集合

public IMathElementCollection Arguments { get; }

例子

示例:

[C#]
IMathArray mathArray = new MathArray(new MathematicalText("item1"));
mathArray.Arguments.Add(new MathematicalText("item2"));

也可以看看