Example #1
0
 /// <summary>
 /// Reads the content of the entire block into an array.
 /// </summary>
 public ImmutableArray <byte> GetContent()
 {
     return(_block?.GetContentUnchecked(_offset, Length) ?? ImmutableArray <byte> .Empty);
 }