Gets the number of items contained in the collection.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling.Wpf
SyntaxC#
Copy Code
|
|---|
public int Count { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property Count As Integer |
See Also