Count

Propriété IMathElementCollection.Count

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

public int Count { get; }

Exemples

Exemple:

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

Voir aussi