Check if collection contains an item with specified index.
Namespace:
C1.C1ScheduleAssembly: C1.Silverlight.Schedule (in C1.Silverlight.Schedule.dll)
Syntax
| C# |
|---|
public bool Contains( int index ) |
| Visual Basic |
|---|
Public Function Contains ( _ index As Integer _ ) As Boolean |
Parameters
- index
- Type: System..::..Int32
The zero-based index of the item to locate.