Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Common Namespace / CollectionEmulator Class / AddRange<T> Method
The type of the list.
The list to add items to.
The items to add to the list.
In This Topic
    AddRange<T> Method (CollectionEmulator)
    In This Topic
    Adds a range of items to the list.
    Syntax
    [Extension()]
    public static void AddRange<T>( 
       IList<T> list,
       IEnumerable<T> items
    )

    Parameters

    list
    The list to add items to.
    items
    The items to add to the list.

    Type Parameters

    T
    The type of the list.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also