Arguments

MathDelimiter.Arguments property

Uno o más elementos matemáticos separados por caracteres delimitadores

public IMathElementCollection Arguments { get; }

Ejemplos

Ejemplo:

[C#]
IMathDelimiter delimiter = new MathematicalText("x").Join("y").Enclose();
IMathElementCollection arguments = delimiter.Arguments;

Ver también