Determines whether the ICollection<(Of <(<'T>)>)> contains a specific value.
Namespace:
C1.SilverlightAssembly: C1.Silverlight (in C1.Silverlight.dll)
Syntax
| C# |
|---|
public bool Contains( int item ) |
| Visual Basic |
|---|
Public Function Contains ( _ item As Integer _ ) As Boolean |
Parameters
- item
- Type: System..::..Int32
The object to locate in the ICollection<(Of <(<'T>)>)>.