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
- index
Type: System..::.Int32
- promotionCode
Type: System..::.Object
Implements
IList..::.Insert(Int32, Object)
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
PromoCodeStringCollection Class