dnSpy.Contracts.Hex.HexBuffer.GetValidSpans C# (CSharp) Method

GetValidSpans() public method

Gets all valid spans. This could be empty if it's a 0-byte buffer stream. This method merges all consecutive valid spans.
public GetValidSpans ( ) : IEnumerable
return IEnumerable
		public IEnumerable<HexSpan> GetValidSpans() => GetValidSpans(HexSpan.FullSpan, fullSpan: false);

Same methods

HexBuffer::GetValidSpans ( HexSpan span, bool fullSpan ) : IEnumerable