Creates a shallow copy of the current ByteBuffer.

Namespace: BasicCard
Assembly: BasicCard (in BasicCard.dll) Version: 2.5.2.0 (2.5.2.0)

Syntax

C#
public Object Clone()
Visual Basic
Public Function Clone As Object
Visual C++
public:
virtual Object^ Clone() sealed
F#
abstract Clone : unit -> Object 
override Clone : unit -> Object 

Return Value

Type: Object
Cloned ByteBuffer.

Implements

ICloneable..::..Clone()()()()

See Also