Count

Propriété MathBlock.Count

Obtient le nombre d’éléments mathématiques enfants effectivement contenus dans la collection. En lecture seule Int32.

public int Count { get; }

Exemples

Exemple:

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

Voir Aussi