Share via


IList.Insert Method

Namespace:  Microsoft.CommerceServer.Runtime.Orders
Assembly:  Microsoft.CommerceServer.Runtime (in Microsoft.CommerceServer.Runtime.dll)

Syntax

'Declaration
Private Sub Insert ( _
    index As Integer, _
    promotionCode As Object _
) Implements IList.Insert
'Usage
Dim instance As PromoCodeStringCollection
Dim index As Integer
Dim promotionCode As Object

CType(instance, IList).Insert(index, _
    promotionCode)
void IList.Insert(
    int index,
    Object promotionCode
)
private:
virtual void Insert(
    int index, 
    Object^ promotionCode
) sealed = IList::Insert
JScript does not support explicit interface implementations.

Parameters

Implements

IList..::.Insert(Int32, Object)

Permissions

See Also

Reference

PromoCodeStringCollection Class

PromoCodeStringCollection Members

Microsoft.CommerceServer.Runtime.Orders Namespace