Discuss this help topic in SecureBlackbox Forum

TElXMLReferenceList.Clear

TElXMLReferenceList     See also     


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


Removes all references from the list.

Declaration

[C#]
    void Clear();

[VB.NET]
    Sub Clear()

[Pascal]
    procedure Clear;

[C++]
    void Clear();

[PHP]
    void Clear()

[Java]
    void clear();

Description

    This method removes all references from the list.

See also:     Add     IndexOf     Delete    

Discuss this help topic in SecureBlackbox Forum