Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Common Namespace / CollectionEmulator Class / DeleteAt<T> Method
The type of the list.
The list of items to search.
The index from which to delete the object
In This Topic
    DeleteAt<T> Method (CollectionEmulator)
    In This Topic
    Delete the object at given index
    Syntax
    [Extension()]
    public static void DeleteAt<T>( 
       IList<T> list,
       int index
    )
    where T: IPersistableEntity

    Parameters

    list
    The list of items to search.
    index
    The index from which to delete the object

    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