Search
ItemCollection.Count Property
See Also
 






Gets the number of items in the collection.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public int Count { get; }

Visual Basic  Copy Code

Public ReadOnly Property Count As Integer

 Property Value

An integer value.

 See Also