Example #1
0
        // TODO: GetBytes (mutable)

        public ImmutableArray <byte> GetContent()
        {
            return((_block != null) ? _block.GetContent(_offset) : ImmutableArray <byte> .Empty);
        }