PaymentGatewayLibrary

MerchantDefinedFieldsCollection.RemoveAt Method 

Removes the entry at the specified index of the MerchantDefinedFieldsCollection.

[Visual Basic]
Public Sub RemoveAt( _
   ByVal index As Integer _
)
[C#]
public void RemoveAt(
   int index
);

Parameters

index
The zero-based index of the entry to remove.

Exceptions

Exception TypeCondition
ArgumentOutOfRangeExceptionindex is outside the valid range of indexes for the collection.

See Also

MerchantDefinedFieldsCollection Class | Duis.Payment Namespace