Discuss this help topic in SecureBlackbox Forum

TElOneDriveFriend.Clone

TElOneDriveFriend     See also     


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


Creates a new copy of this object.

Declaration

[C#]
    TElOneDriveFriend Clone();

[VB.NET]
    Function Clone() As TElOneDriveFriend

[Pascal]
    function Clone(): TElOneDriveFriend;

[C++]
    TElOneDriveFriendHandle Clone();

[PHP]
    TElOneDriveFriend Clone()

[Java]
    TElOneDriveFriend clone();

Return value

    Returns a reference to the newly created TElOneDriveFriend object.

Description

    Use this method to create a copy of this friend object.

See also:     Assign    

Discuss this help topic in SecureBlackbox Forum