Overload List

NameDescription
CopyBytes()()()()
Create a new byte[] containing a copy of this view's data. NB: This method copies the underlying data.
CopyBytes(Int32, Int32)
Create a new byte[] containing a copy of a portion of this view's data. NB: This method copies the underlying data.

See Also