Count

MathParagraph.Count property

Gets the number of elements actually contained in the collection. Read-only Int32.

public int Count { get; }

Examples

Example:

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

See Also