Arguments

IMathArray.Arguments property

El conjunto de elementos de la matriz

public IMathElementCollection Arguments { get; }

Ejemplos

Ejemplo:

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

Ver también