Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Types Namespace / SortableCollection<T> Class
Type of the object for this collection
Members
In This Topic
    SortableCollection<T> Class
    In This Topic
    A generic collection that is sortable
    Syntax
    [DefaultMember("Item")]
    [DebuggerTypeProxy(System.Collections.Generic.Mscorlib_CollectionDebugView`1)]
    [DebuggerDisplay("Count = {Count}")]
    [Serializable()]
    public class SortableCollection<T> : System.Collections.Generic.List<T> 
    Type Parameters
    T
    Type of the object for this collection
    Inheritance Hierarchy

    System.Object
       System.Collections.Generic.List<T>
          CommerceBuilder.Types.SortableCollection<T>
             CommerceBuilder.Orders.OrderPullItemCollection
             CommerceBuilder.UI.ConLibControlCollection

    See Also