MindFusion WinForms Programmer's Guide
ItemCollection.Item Property (Int32)
See Also
 





Gets or sets the item located at the specified position within this collection.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public Item Item [
    int index
] { get; set; }

Visual Basic  Copy Code

Public Property Item ( _
    index As Integer _
) As Item

 Parameters

index
The zero-based index of the Item to set or retrieve.

 Property Value

The Item instance at the specified index.

 Remarks

This indexer property enables using the C# [] operator or the VB.NET () operator to access the elements of the collection by their integer indices.

 See Also

Item Property Overload List
ItemCollection Members
ItemCollection Class
MindFusion.Scheduling Namespace