Discuss this help topic in SecureBlackbox Forum

TElGeneralNames.Add

TElGeneralNames     See also     


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


Use this method to create and add one more TElGeneralName object.

Declaration

[C#]
    int Add();

[VB.NET]
    Function Add() As Integer

[Pascal]
    function Add : integer;

[C++]
    int32_t Add();

[PHP]
    integer Add()

[Java]
    int add();

Return value

    index of the newly created object in the list

Description

    Use this method to add new TElGeneralNames object to the list.

See also:     Remove     Clear    

Discuss this help topic in SecureBlackbox Forum