Arguments

MathArray.Arguments propriété

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 aussi