Click or drag to resize

BinaryStringClone Method

Creates a new object that is a copy of the current instance.

Namespace: Demo3D.IO
Assembly: Demo3D.IO (in Demo3D.IO.dll) Version: 19.01.00
Syntax
C#
public BinaryString Clone()

Return Value

BinaryString
A new object that is a copy of this instance.
See Also