Hunny Software Library Reference

ByteString.Clone Method 

Returns a new reference to the instance.

[Visual Basic]
NotOverridable Public Function Clone() As Object Implements _
   ICloneable.Clone
[C#]
public object Clone();

Return Value

a new reference to the instance

Implements

ICloneable.Clone

See Also

ByteString Class | Hunny.Base Namespace