Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Common Namespace / IntegerList Class
Members
In This Topic
    IntegerList Class
    In This Topic
    Provides custom functionality for a collection of integers.
    Syntax
    [DefaultMember("Item")]
    [DebuggerTypeProxy(System.Collections.Generic.Mscorlib_CollectionDebugView`1)]
    [DebuggerDisplay("Count = {Count}")]
    public class IntegerList : System.Collections.ObjectModel.Collection<int> 
    Inheritance Hierarchy

    System.Object
       System.Collections.ObjectModel.Collection<T>
          CommerceBuilder.Common.IntegerList

    See Also