Discuss this help topic in SecureBlackbox Forum

TElXMLCustomDecryptionTransform.Insert

TElXMLCustomDecryptionTransform     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Inserts an element into the list at the specified position.

Declaration

[C#]
    void Insert(int Index, TElXMLDecryptionExcept AExcept);

[VB.NET]
    Sub Insert(ByVal Index As Integer, ByVal AExcept As TElXMLDecryptionExcept)

[Pascal]
    procedure Insert(Index : integer; AExcept : TElXMLDecryptionExcept);

[C++]
    void Insert(int32_t Index, TElXMLDecryptionExcept &AExcept);
    void Insert(int32_t Index, TElXMLDecryptionExcept *AExcept);

[PHP]
    void Insert(integer $Index, TElXMLDecryptionExcept $AExcept)

[Java]
    void insert(int Index, TElXMLDecryptionExcept AExcept);

Parameters

  • Index - The position to insert the item to
  • AExcept - The dcrpt:Except element to be inserted

Description

    Use this method to insert a new dcrpt:Except element into the list.

See also:     Add     Clear     Delete    

Discuss this help topic in SecureBlackbox Forum