The ByteArrayView type exposes the following properties.
Properties
![]() ![]() | ![]() ![]() | ![]() ![]() | ![]() ![]() |
Member | Description | |
---|---|---|
![]() | Array |
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.
|
![]() | Item[([( Int32])]) | |
![]() | Length |
Returns the length in bytes of the view.
|
![]() | Offset |
Returns the offset into the backing array at which this view starts.
|