Gets or sets the item located at the specified position within this collection.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling
C# Copy Code |
---|
public Item Item [ |
Visual Basic Copy Code |
---|
Public Property Item( _ |
The zero-based index of the Item to set or retrieve.
The Item instance at the specified index.
This indexer property enables using the C# [] operator to access the elements of the collection by their integer indices.
Scheduling for .NET MAUI Guide | © 2023 MindFusion |