Arguments

MathDelimiter.Arguments property

One or more mathematical elements separated by delimiter characters

public IMathElementCollection Arguments { get; }

Examples

Example:

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

See Also