Count

IMathElementCollection.Count property

Ruft die Anzahl der tatsächlich in der Sammlung enthaltenen Elemente ab. SchreibgeschütztInt32 .

public int Count { get; }

Beispiele

Beispiel:

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

Siehe auch