dnSpy.Contracts.Hex.HexBufferLineFormatter.GetValueBufferSpan C# (CSharp) Method

GetValueBufferSpan() public abstract method

Gets a buffer span within a cell
public abstract GetValueBufferSpan ( dnSpy.Contracts.Hex.HexCell cell, int cellPosition ) : HexBufferSpan
cell dnSpy.Contracts.Hex.HexCell Cell
cellPosition int Position within the cell
return HexBufferSpan
		public abstract HexBufferSpan GetValueBufferSpan(HexCell cell, int cellPosition);