KeyedByTypeCollection<TItem>::RemoveAll<T> Method ()
.NET Framework (current version)
Removes all of the elements of a specified type from the collection.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
Return Value
Type: System.Collections.ObjectModel::Collection<T>^The Collection<T> that contains the objects of type T from the original collection.
Type Parameters
- T
The type of item in the collection to remove.
.NET Framework
Available since 3.0
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Available since 3.0
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Show: