Determines whether the ICollection<(Of <(<'T>)>)> contains a specific value.
| C# | Visual Basic | Visual C++ |
public virtual bool Contains( NSUInteger item )
Public Overridable Function Contains ( _ item As NSUInteger _ ) As Boolean
public: virtual bool Contains( NSUInteger item )
- item (NSUInteger)
- The object to locate in the ICollection<(Of <(<'T>)>)>.
true if item is found in the ICollection<(Of <(<'T>)>)>; otherwise, false.
- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)