Gets the number of elements contained in the collection.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public int Count { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property Count As Integer |
An integer value specifying the size of the collection.
See Also