RadControls for Silverlight

Provides the base class for a generic collection that only allows removing items.

Namespace: Telerik.Windows.Data
Assembly: 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

T

Inheritance Hierarchy

System..::..Object
  System.Collections.ObjectModel..::..Collection<(Of <(<'T>)>)>
    Telerik.Windows.Data..::..RemoveOnlyCollection<(Of <(<'T>)>)>

See Also