Discuss this help topic in SecureBlackbox Forum

TElGoogleDriveComment.Clone

TElGoogleDriveComment     See also     


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


Creates a copy of the current object.

Declaration

[C#]
    TElGoogleDriveComment Clone();

[VB.NET]
    Function Clone() As TElGoogleDriveComment

[Pascal]
    function Clone(): TElGoogleDriveComment;

[C++]
    TElGoogleDriveCommentHandle Clone();

[PHP]
    TElGoogleDriveComment Clone()

[Java]
    TElGoogleDriveComment clone();

Return value

    Returns a reference to the newly created copy of the object.

Description

    Call this method to create a copy an exact copy of the current TElGoogleDriveComment object.

See also:     Assign    

Discuss this help topic in SecureBlackbox Forum