SortableCollection Generic Class

Namespace: Microsoft.Expression.Encoder
Assembly: Microsoft.Expression.Encoder (in microsoft.expression.encoder.dll)

Syntax

'Declaration
<DefaultMemberAttribute("Item")> _
Public MustInherit Class SortableCollection(Of T As EncoderObject, INotifyPropertyChanged)
    Implements INotifyCollectionChanged, ISortableCollection(Of T), _
    ICollection(Of T), IEnumerable(Of T), _
    ISortableCollection, IEnumerable, INotifyPropertyChanged
'Usage
Dim instance As SortableCollection(Of T)
[DefaultMemberAttribute("Item")] 
public abstract class SortableCollection<T> : INotifyCollectionChanged, ISortableCollection<T>, 
    ICollection<T>, IEnumerable<T>, ISortableCollection, 
    IEnumerable, INotifyPropertyChanged where T : EncoderObject, INotifyPropertyChanged
[DefaultMemberAttribute(L"Item")] 
generic<typename T> where T : EncoderObject, INotifyPropertyChanged
public ref class SortableCollection abstract : INotifyCollectionChanged, ISortableCollection<T>, 
    ICollection<T>, IEnumerable<T>, ISortableCollection, 
    IEnumerable, INotifyPropertyChanged

Inheritance Hierarchy

System.Object
  Microsoft.Expression.Encoder.SortableCollection
     Microsoft.Expression.Encoder.Profiles.StreamCollection

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

SortableCollection Members
Microsoft.Expression.Encoder Namespace