Count

Propriété MathParagraph.Count

Obtient le nombre d’éléments effectivement contenus dans la collection. Lecture seule Int32.

public int Count { get; }

Exemples

Exemple :

[C#]
MathParagraph mathParagraph = new MathParagraph();
int blocksCount = mathParagraph.Count;

Voir aussi