Returns the item at the specified index. This is the indexer of the collection.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling.WebForms
C#
![]() |
---|
public virtual T Item [ |
Visual Basic
![]() |
---|
Public Overridable Property Item( _ |
Type: Int32
The zero-based index of the item.
Type: T
The item at index.