Discuss this help topic in SecureBlackbox Forum

TElDictionary.Remove

TElDictionary     See also     


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


Declaration

[C#]
    bool Remove(string Key);
    bool Remove(byte[] Key);
    bool Remove(Object Value);

[VB.NET]
    Function Remove(ByVal Key As String) As Boolean
    Function Remove(ByVal Key As Byte()) As Boolean
    Function Remove(ByVal Value As Object) As Boolean

[Pascal]
    under development

[C++]
    bool Remove(const std::string &Key);
    bool Remove(const std::vector<uint8_t> &Key);
    bool Remove(TObject &Value);
    bool Remove(TObject *Value);

[PHP]
    bool Remove(string $Key)
    bool Remove(array of byte|string|NULL $Key)
    bool Remove(TObject $Value)

[Java]
    boolean remove(String Key);
    boolean remove(byte[] Key);
    boolean remove(TObject Value);

Parameters

  • Key -

Description

    This topic is under development.

See also:     ...    

Discuss this help topic in SecureBlackbox Forum