Arguments

MathArray.Arguments property

L’ensemble des éléments du tableau

public IMathElementCollection Arguments { get; }

Exemples

Exemple :

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

Voir également