ReadOnlyCollectionBuilder<T>::Remove Method (T)
.NET Framework (current version)
Removes the first occurrence of a specific object from the ReadOnlyCollectionBuilder<T>.
Assembly: System.Core (in System.Core.dll)
Parameters
- item
-
Type:
T
The object to remove from the ReadOnlyCollectionBuilder<T>.
Return Value
Type: System::Booleantrue if item was successfully removed from the ReadOnlyCollectionBuilder<T>; otherwise, false. This method also returns false if item is not found in the original ReadOnlyCollectionBuilder<T>.
Implements
ICollection<T>::Remove(T)
.NET Framework
Available since 4.0
Silverlight
Available since 4.0
Available since 4.0
Silverlight
Available since 4.0
Show: