Check if collection contains an item with specified index.
Namespace:
C1.C1ScheduleAssembly: C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.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.