dnSpy.Contracts.Hex.HexBufferLineFormatter.GetValueBufferSpan C# (CSharp) Метод

GetValueBufferSpan() публичный абстрактный Метод

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
Результат HexBufferSpan
		public abstract HexBufferSpan GetValueBufferSpan(HexCell cell, int cellPosition);