Discuss this help topic in SecureBlackbox Forum

TElHashFunction.Clone

TElHashFunction     See also     


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


Clones the current TElHashFunction instance.

Declaration

[C#/Java]
    TElHashFunction Clone();

[VB.NET]
    Function Clone() As TElHashFunction

[Pascal]
    function Clone : TElHashFunction;

[C++]
    TElHashFunctionHandle Clone();

[PHP]
    TElHashFunction Clone()

Return value

    …

Description

    Use this method to create the new instance of TElHashFunction, identical to the current one.

See also:     Constructor    

Discuss this help topic in SecureBlackbox Forum