MindFusion.Diagramming for Universal Windows Programmer's Guide
CollectionBase(T, E).Count Property
See Also
 






Gets the number of items contained in the collection.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public int Count { get; }

Visual Basic  Copy Code

Public ReadOnly Property Count As Integer

 Property Value

An integer value specifying the number of items in the collection.

 See Also

CollectionBase(T, E) Members
CollectionBase(T, E) Class
MindFusion.Diagramming Namespace