Count

MathBlock.Count property

Obtiene el número de elementos matemáticos secundarios realmente contenidos en la colección. Solo lecturaInt32 .

public int Count { get; }

Ejemplos

Ejemplo:

[C#]
MathBlock mathBlock = new MathBlock(new MathematicalText("x"));
int count = mathBlock.Count;

Ver también