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