Discuss this help topic in SecureBlackbox Forum

TElKeyMaterial.Clone

TElKeyMaterial     See also     


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


Creates a new instance of TElKeymaterial with the same data.

Declaration

[C#]
    TElKeyMaterial Clone();

[VB.NET]
    Function Clone() As TElKeyMaterial

[Pascal]
    function Clone : TElKeyMaterial; virtual;

[C++]
    TElKeyMaterialHandle Clone();

[PHP]
    TElKeyMaterial Clone()

[Java]
    Object clone();

Return value

    Returns new instance of TElKeyMaterial class.

Description

    Use this method to create a new TElKeyMaterial object with the same data.

See also:     Assign     Equals    

Discuss this help topic in SecureBlackbox Forum