ISortableCollection Generic Interface

Interface used to store a list of markers or script commands.

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

Syntax

'Declaration
<DefaultMemberAttribute("Item")> _
Public Interface ISortableCollection(Of T)
    Inherits ISortableCollection, ICollection(Of T), _
    IEnumerable(Of T), IEnumerable
'Usage
Dim instance As ISortableCollection(Of T)
[DefaultMemberAttribute("Item")] 
public interface ISortableCollection<T> : ISortableCollection, ICollection<T>, 
    IEnumerable<T>, IEnumerable
[DefaultMemberAttribute(L"Item")] 
generic<typename T>
public interface class ISortableCollection : ISortableCollection, ICollection<T>, 
    IEnumerable<T>, IEnumerable

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003 , Windows Server 2008, and Windows 2000

Target Platforms

See Also

Reference

ISortableCollection Members
Microsoft.Expression.Encoder Namespace