dnSpy.Contracts.Hex.HexBufferLineFormatter.GetCharsPerCell C# (CSharp) Méthode

GetCharsPerCell() public abstract méthode

Gets the number of characters per cell value. This value doesn't include any cell separators
public abstract GetCharsPerCell ( HexColumnType column ) : int
column HexColumnType
Résultat int
		public abstract int GetCharsPerCell(HexColumnType column);