Provides the base class for a generic collection that only allows removing items.
Namespace: Telerik.Windows.DataAssembly: Telerik.Windows.Data (in Telerik.Windows.Data.dll) Version: 2013.1.403.1050
Syntax
| C# |
|---|
public class RemoveOnlyCollection<T> : Collection<T>
|
| Visual Basic |
|---|
Public Class RemoveOnlyCollection(Of T) _
Inherits Collection(Of T) |
Type Parameters
Inheritance Hierarchy
See Also