Arguments

Propiedad MathArray.Arguments

El conjunto de elementos del array

public IMathElementCollection Arguments { get; }

Ejemplos

Ejemplo:

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

Vea También