Create a new ByteArrayView which wraps a new byte[] containing a copy of this view's data. NB: This method copies the underlying data.

Namespace: StreamBase.SB
Assembly: StreamBase.SB.Client (in StreamBase.SB.Client.dll) Version: 7.7.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public ByteArrayView Copy()
Public Function Copy As ByteArrayView
public:
ByteArrayView^ Copy()

Return Value

The new ByteArrayView.

See Also