ReadOnlyCollectionBuilder<T>::Contains Method (T)
.NET Framework (current version)
Determines whether the ReadOnlyCollectionBuilder<T> contains a specific value
Assembly: System.Core (in System.Core.dll)
Parameters
- item
-
Type:
T
the object to locate in the ReadOnlyCollectionBuilder<T>.
Return Value
Type: System::Booleantrue if item is found in the ReadOnlyCollectionBuilder<T>; otherwise, false.
Implements
ICollection<T>::Contains(T)
.NET Framework
Available since 4.0
Silverlight
Available since 4.0
Available since 4.0
Silverlight
Available since 4.0
Show: