Returns a reference to the backing array for this view.
Note that the view might only be of a part of the returned array! This means
you should only access the array between Offset and Offset + Length.
NB: No data is copied when doing this.
Namespace: StreamBase.SBAssembly: StreamBase.SB.Client (in StreamBase.SB.Client.dll) Version: 7.7.0.0
Syntax
C# | Visual Basic | Visual C++ |
public byte[] Array { get; }
Public ReadOnly Property Array As Byte() Get
public: property array<unsigned char>^ Array { array<unsigned char>^ get (); }