Determines whether the ICollection<(Of <(T>)>)
contains a specific value.
Namespace:
Mindscape.LightSpeedAssembly: Mindscape.LightSpeed (in Mindscape.LightSpeed.dll)
Version: 4.0.0.0 (4.0.0.0)
Syntax
| C# |
|---|
public bool Contains( TTarget item ) |
| Visual Basic (Declaration) |
|---|
Public Function Contains ( _ item As TTarget _ ) As Boolean |
Parameters
- item
- Type: TTarget
The object to locate in the ICollection<(Of <(T>)>).