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

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

Gets the number of characters per cell value. This value doesn't include any cell separators
public abstract GetCharsPerCell ( HexColumnType column ) : int
column HexColumnType
Результат int
		public abstract int GetCharsPerCell(HexColumnType column);