EventSortedSet.Item Property

Gets the Event at the specified index.
public Event this[ 
int index 
] {get;}
This language is not supported or no code example is available.
public:  
property Event^ Item[int] { 
Event^ get( 
int index 
); 
}
This language is not supported or no code example is available.
JScript suports the use of indexed properties, but not the declaration of new ones.
This language is not supported or no code example is available.

Parameters

index
int

The index.

Property Value

Event

Event.

In this article

Definition