MindFusion.Scheduling for ASP.NET Programmer's Guide
StateCollection(T).Item Property
See Also
 





Returns the item at the specified index. This is the indexer of the collection.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling.WebForms

 Syntax

C#  Copy Code

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

Visual Basic  Copy Code

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

 Parameters

index

Type: Int32
The zero-based index of the item.

 Property Value

Type: T
The item at index.

 See Also

StateCollection(T) Members
StateCollection(T) Class
MindFusion.Scheduling Namespace