Count

MathParagraph.Count property

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

public int Count { get; }

Beispiele

Beispiel:

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

Siehe auch